On 04/04/2009, at 7:02 PM, Erick Tryzelaar wrote:

>>>>
>>>>> git clone http://git.felix-lang.org/r/fbuild.git
>>>>> svn co https://felix.svn.sourceforge.net/svnroot/felix
>>>>> cd felix
>>>>> python3.0 ../fbuild/fbuild-light
>>>
>>> I get:
>>> Traceback (most recent call last):
>>>   File "../fbuild/fbuild-light", line 24, in <module>
>>>     sys.exit(fbuild.main())
>>>   File "../fbuild/bin/fbuild.py", line 84, in main
>>>     import fbuildroot
>>> ImportError: No module named fbuildroot
>
> Are you in the felix directory? There should be a file named
> fbuildroot.py in it.
>

Python path shouldn't include the current directory. I have no idea
why this works on the Mac .. it SHOULDN'T work unless the python
path is extended. It does work for me on my Mac tho..

PYTHONPATH=.:$PYTHONPATH python3.0 ../fbuild/fbuild-light

might work..?


--
john skaller
skal...@users.sourceforge.net





------------------------------------------------------------------------------
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to