[Pythonmac-SIG] wxPython -- some disappointment using it.

Alex Tweedly alex at tweedly.net
Thu Apr 13 19:44:00 CEST 2006


Louis Pecora wrote:

> Alex Tweedly wrote:
>
>>
>> You should also look, then, at Pythoncard ( www.pythoncard.org )
>> Excellent for simple UIs, simple for excellent UIs :-)
>>
> Got it, ran sudo python setup.py install, seemed to go OK.  Ran 
> minimaltest and it could not find PythonCard module.  I have a path to 
> the PythonCard directory (folder) in my .pth file in the proper place 
> down in Library/Frameworks/python... etc.
>
> Not sure why it can't see it.  Other added packages are found fine by 
> python.
>
> I am running on MacOS X 10.4.1 with Python 2.4.1 through the editor 
> BBEdit.
>
> I've checked paths and spellings.  No errors so far.  Any hints?
>
I'm pretty clueless about how everything (including the whole 
"framework" thing) fits together on OS X, but I'd suggest trying this ...

run python, and do

> import sys
> print sys.path

and see if it contains the PythonCard directory as you expect it. If it 
does, then further try

> import os.path
> for d in sys.path:
>     print d, os.path.isdir(d)


and see if that tells you anything.

If you're still stuck - I'd suggest asking on the pythoncard mailing list.


-- 
Alex Tweedly       http://www.tweedly.net



-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.4.1/310 - Release Date: 12/04/2006



More information about the Pythonmac-SIG mailing list