On Sep 29, 2009, at 7:04 AM, mdipierro wrote: > > You can try add gluon to the pythonpath or move it in a folder already > in the python path.
I think that WingIDE puts the project's initial directory in sys.path. It seems a little odd that Wing is finding web2py.py, though, and not gluon, since they're in the same directory. Try setting a breakpoint at import gluon.import_all and look at sys.path at that point. > > On Sep 29, 1:21 am, Jonathan Lundell <jlund...@pobox.com> wrote: >> On Sep 28, 2009, at 6:39 PM, Yannick wrote: >> >>> Does anyone use Wing IDE on a Mac machine with Web2py installed ???? >>> If yes can you please let me know how you configured Web2py and >>> Wing ??? Because I followed this >>> instructionhttp://www.wingware.com/doc/howtos/web2py >>> and I got this error message when I'm trying to start web2py server >>> through wing : >> >>> ImportError: No module named gluon.import_all >> >>> Please let me know if you had this issue before... >> >> In the debug tab of Project Properties, the initial directory should >> be set to your root web2py directory. >> >> It sounds like it's not finding gluon/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---