Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jul 7th, 2008, 6:01 AM   #1
Swan
Programmer
 
Join Date: Jan 2008
Posts: 31
Rep Power: 0 Swan is on a distinguished road
How should i use wxpython on ubuntu 8.0

I am unable to understand, from where and how i should install wxpython for ubuntu 8.0 ( hardy heron ) .
I downloaded something called
"wxPython-common-gtk2-unicode-2.8.8.0-fc7_py2.5.i386" from wxpython.org, but wondering what to do with it ? Should i put it into
/usr/bin/ where i am having my python package ?
Thanks.
Swan is offline   Reply With Quote
Old Jul 7th, 2008, 10:18 AM   #2
big_k105
PFO Founder

 
big_k105's Avatar
 
Join Date: Mar 2004
Location: Fargo, ND
Posts: 1,629
Rep Power: 10 big_k105 is on a distinguished road
Send a message via AIM to big_k105 Send a message via MSN to big_k105 Send a message via Yahoo to big_k105
Re: How should i use wxpython on ubuntu 8.0

Have you tried to see if it is already in the ubuntu repositories before you install from the package from the wxpython site? I bet if you do a apt-get for that or search for it via the gui package manager you could find it and then it would be installed by the package manager.
__________________
BIG K aka Kyle
Programming Forums
Kyle K Online

Please do not PM or email me programming questions. Post them in the forums instead.
big_k105 is offline   Reply With Quote
Old Jul 7th, 2008, 10:59 PM   #3
Swan
Programmer
 
Join Date: Jan 2008
Posts: 31
Rep Power: 0 Swan is on a distinguished road
Re: How should i use wxpython on ubuntu 8.0

Where is this "repository". I have already seen inside /usr/bin/ . Python is there, but there is nothing with the name "wxpython"
And one thing more....
I even don't get it from "Add Remove Programs". Where one can install any required opensource s/w. When i type wxpython, it cannot find any such opensource package.
Thanks.
Swan is offline   Reply With Quote
Old Jul 7th, 2008, 11:43 PM   #4
big_k105
PFO Founder

 
big_k105's Avatar
 
Join Date: Mar 2004
Location: Fargo, ND
Posts: 1,629
Rep Power: 10 big_k105 is on a distinguished road
Send a message via AIM to big_k105 Send a message via MSN to big_k105 Send a message via Yahoo to big_k105
Re: How should i use wxpython on ubuntu 8.0

Ok, so you tryed Synaptic? and searched for wxpython? if not try the following command: sudo apt-get install python-wxgtk2.8 or even sudo apt-get search wxpython or sudo apt-get search python-wxgtk

http://ubuntuforums.org/showthread.php?t=813810

http://ubuntuforums.org/index.php

http://ubuntuguide.org/wiki/Ubuntu:Hardy
__________________
BIG K aka Kyle
Programming Forums
Kyle K Online

Please do not PM or email me programming questions. Post them in the forums instead.
big_k105 is offline   Reply With Quote
Old Jul 12th, 2008, 11:09 PM   #5
Swan
Programmer
 
Join Date: Jan 2008
Posts: 31
Rep Power: 0 Swan is on a distinguished road
Re: How should i use wxpython on ubuntu 8.0

thanks.
Swan is offline   Reply With Quote
Old Jul 12th, 2008, 11:47 PM   #6
Swan
Programmer
 
Join Date: Jan 2008
Posts: 31
Rep Power: 0 Swan is on a distinguished road
Re: How should i use wxpython on ubuntu 8.0

I returned to prompt after all the following. Does that mean, i have installed wxpython ? Where should i look for it now ? I did not get it in synaptic manager and even in "Programming" section of "Add Remove Programs"
Quote:
swan@swan-desktop:~$ sudo apt-get install python-wxgtk2.8
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libwxbase2.8-0 libwxgtk2.8-0
Suggested packages:
wx2.8-doc wx2.8-examples
The following NEW packages will be installed:
libwxbase2.8-0 libwxgtk2.8-0 python-wxgtk2.8
0 upgraded, 3 newly installed, 0 to remove and 222 not upgraded.
Need to get 14.0MB of archives.
After this operation, 55.5MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://in.archive.ubuntu.com hardy/universe libwxbase2.8-0 2.8.7.1-0ubuntu3 [675kB]
Get:2 http://in.archive.ubuntu.com hardy/universe libwxgtk2.8-0 2.8.7.1-0ubuntu3 [3500kB]
Get:3 http://in.archive.ubuntu.com hardy/universe python-wxgtk2.8 2.8.7.1-0ubuntu3 [9837kB]
Fetched 14.0MB in 3min59s (58.5kB/s)
Selecting previously deselected package libwxbase2.8-0.
(Reading database ... 98046 files and directories currently installed.)
Unpacking libwxbase2.8-0 (from .../libwxbase2.8-0_2.8.7.1-0ubuntu3_i386.deb) ...
Selecting previously deselected package libwxgtk2.8-0.
Unpacking libwxgtk2.8-0 (from .../libwxgtk2.8-0_2.8.7.1-0ubuntu3_i386.deb) ...
Selecting previously deselected package python-wxgtk2.8.
Unpacking python-wxgtk2.8 (from .../python-wxgtk2.8_2.8.7.1-0ubuntu3_i386.deb) ...
Setting up libwxbase2.8-0 (2.8.7.1-0ubuntu3) ...

Setting up libwxgtk2.8-0 (2.8.7.1-0ubuntu3) ...

Setting up python-wxgtk2.8 (2.8.7.1-0ubuntu3) ...

Processing triggers for libc6 ...
ldconfig deferred processing now taking place
swan@swan-desktop:~$
Swan is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help on dual booting WinXP and Ubuntu Lesliect6 Coder's Corner Lounge 4 Apr 28th, 2007 6:01 PM
Glade and wxPython? titaniumdecoy Python 7 Jul 2nd, 2006 9:54 PM
Ubuntu Question.... Ade Coder's Corner Lounge 9 Jun 4th, 2006 4:41 PM
Troubles with Ubuntu Install MrMan9879 Coder's Corner Lounge 29 Jan 9th, 2006 9:06 PM
Free Ubuntu CD's coldDeath Coder's Corner Lounge 14 Sep 24th, 2005 2:19 AM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 11:01 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC