[wxPython-users] how do I start PyCrust?

Cody Precord codyprecord at gmail.com
Tue Jun 5 15:38:59 PDT 2007


pywrap is probably just not on your path,

try:
$ /usr/local/bin/pywrap

If this works then you can add it to your path permanently by adding  
it to your profile

vim ~/.profile

# Add this line to the end of the file
export PATH=$PATH:/usr/local/bin

Regards,
cody

On Jun 5, 2007, at 5:28 PM, 7stud wrote:

> Hi,
>
> In "wxPython in Action" it says to issue the command:
>
> $ pywrap filename.py
>
> but I get the error:
>
> -bash: pywrap: command not found.
>
> Do I need to install PyCrust somehow?   According to wPIA,
>
> ----
> Because PyCrust is part of the wxPython distribution, it is  
> installed along
> with wxPython, including all the source code.
> ----
>
>
>  I'm using python 2.4.4 and
> wxPython 2.8 for mac os 10.4, from this download:
>
> wxPython2.8-osx-unicode-2.8.3.0-universal10.4-py2.4.dmg
>
> I also downloaded the docs from this download:
>
> wxPython2.8-osx-docs-demos-2.8.3.0-universal10.4-py2.4.dmg
>
> Thanks.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users- 
> help at lists.wxwidgets.org
>





More information about the wxpython-users mailing list