Alan Bourke wrote:
> On Thu, 21 May 2009 22:40 -0400, "Pete Theisen"
> <[email protected]> wrote:
>> Hi Everybody!
>>
>> I think I found a good tutorial on how to get wxpython into Ubuntu or
>> Debian really easy.
>
>
> Oddly, I was doing this just last night on a new VM. IThe listed steps
> don't seem to work on Ubuntu 9.04 (Jaunty). I added the wxWidgets Jaunty
> repository as instructed but when doing the apt-get it couldn't find the
> last package (wx2.8-il8n) and was giving incorrect size errors. Same via
> Synaptic. Via Google I found some Australian university who have their
> own working Jaunty repository, and it installed OK from that.
Hi Alan!
I think I messed up, though. Dabo doesn't work. Of course, I set it up
under subversion so there is another chance for something to not work.
p...@pete-desktop:~$ cd /home/pete/src/dabo/ide
p...@pete-desktop:~/src/dabo/ide$ python ClassDesigner.py
Traceback (most recent call last):
File "ClassDesigner.py", line 8, in <module>
import dabo
ImportError: No module named dabo
p...@pete-desktop:~/src/dabo/ide$
When trying to run class designer.
...
p...@pete-desktop:~$ cd /home/pete/src/dabo
p...@pete-desktop:~/src/dabo$ sudo python setup.py install
[sudo] password for pete:
File "setup.py", line 7, in <module>
from dabo.__version__ import version
File "/home/pete/src/dabo/dabo/__init__.py", line 129, in <module>
import dLocalize
File "/home/pete/src/dabo/dabo/dLocalize.py", line 8, in <module>
import dabo
(keeps trying the same two lines deeper and deeper with no joy, ends
with line 138, 6 and 3.)
line 138, in <module>
from dabo.lib.logger import Log
File "/home/pete/src/dabo/dabo/lib/logger.py", line 3, in <module>
from dabo.dObject import dObject
File "/home/pete/src/dabo/dabo/dObject.py", line 6, in <module>
from dabo.lib.propertyHelperMixin import PropertyHelperMixin
File "/home/pete/src/dabo/dabo/dabo/lib/propertyHelperMixin.py", line
3, in <module>
from dabo.dLocalize import _
ImportError: cannot import name _
p...@pete-desktop:~/src/dabo$
--
Regards,
Pete
http://pete-theisen.com/
http://elect-pete-theisen.com/
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.