Since this is written in wxPython, I think OS/X version will be less different than the 101 version vs. the "full" version I have.
At the top, there should be menu items - project among them (right of "File") --- that's where I do "Project --> New..." I'll send some screenshots along later this afternoon.... meetings now... On Mon, Nov 17, 2008 at 12:39 PM, Wes James <[EMAIL PROTECTED]> wrote: > > ok, i set a break point in default.py in admin folder and click on > admin and it caught the break. I need to do some poking.... > > thx, > > -wj > > On Mon, Nov 17, 2008 at 11:34 AM, Wes James <[EMAIL PROTECTED]> wrote: > > LOL, thx Yarko! > > > > I got in to the wsgiserver.py and now i'm stuck there or something. > > The debugger is running, but i'm not sure where it's at. > > > > Another thing, is I don't see a way to make a project. Are you using > > the osx version? If you are using windows version, it might be > > different. I don't see a project explorer. > > > > -wj > > > > On Mon, Nov 17, 2008 at 11:22 AM, Yarko Tymciurak <[EMAIL PROTECTED]> > wrote: > >> double clicking on a file in the project explorer (file list, on right) > will > >> open that file... > >> Ok - that's enough from me - have fun! > >> > >> On Mon, Nov 17, 2008 at 12:21 PM, Yarko Tymciurak <[EMAIL PROTECTED]> > wrote: > >>> > >>> (can you tell I like WingIDE?) > >>> > >>> On Mon, Nov 17, 2008 at 12:20 PM, Yarko Tymciurak <[EMAIL PROTECTED]> > >>> wrote: > >>>> > >>>> One more hint: > >>>> When looking at the code file - hover over it's tab to see the path; > >>>> the pull-down at the top of file window shows the structure you are > within > >>>> (class or function name) > >>>> The left / right arrows at the top of the file window are like browser > >>>> navigation: they take you to the last place you were in your > "viewing" > >>>> (other file if necessary). You can also browse / break into > "standard" > >>>> libraries, so you can go as deep as you need. > >>>> > >>>> > >>>> On Mon, Nov 17, 2008 at 12:18 PM, Yarko Tymciurak <[EMAIL PROTECTED]> > >>>> wrote: > >>>>> > >>>>> Other hints: > >>>>> Look in "Stack Data" - that's where local & global variables are; > >>>>> Set breakpoints by clicking left of code (next to line); you can > enable > >>>>> and disable them in the Breakpoints window. > >>>>> Search in Files: select a directory (just gluon, for example; > project > >>>>> files for another example; just your application for another > example). > >>>>> Click on what you find to go to that source. > >>>>> Editing: the editor (I think this is default - I'm a VI person, so > I > >>>>> like this) is VI mode by default. You can configure this (I assume > for > >>>>> emacs; look at help file). > >>>>> > >>>>> On Mon, Nov 17, 2008 at 12:12 PM, Yarko Tymciurak <[EMAIL PROTECTED] > > > >>>>> wrote: > >>>>>> > >>>>>> For WingIDE - Ignore Massimo's note; read mine. > >>>>>> > >>>>>> On Mon, Nov 17, 2008 at 12:10 PM, Wes James <[EMAIL PROTECTED]> > >>>>>> wrote: > >>>>>>> > >>>>>>> ok, i'll need to look at some path settings in wingide. thx -wj > >>>>>>> > >>>>>>> On Mon, Nov 17, 2008 at 11:09 AM, mdipierro < > [EMAIL PROTECTED]> > >>>>>>> wrote: > >>>>>>> > > >>>>>>> > Do not know if this helps, but usually > >>>>>>> > > >>>>>>> > root:no cache.disk > >>>>>>> > > >>>>>>> > means it is trying to write in folder where it has no write > >>>>>>> > permission. > >>>>>>> > > >>>>>>> > Massimo > >>>>>>> > > >>>>>>> > On Nov 17, 11:53 am, "Wes James" <[EMAIL PROTECTED]> wrote: > >>>>>>> >> Can someone give me some tips on how to run wingide with web2py? > >>>>>>> >> > >>>>>>> >> I have wingide running on os 10.5. I then set -S app -M in the > >>>>>>> >> Source > >>>>>>> >> File/Debug/Run Arguments. > >>>>>>> >> > >>>>>>> >> I set a breakpoint at start(). When I run through it I get a > >>>>>>> >> warning > >>>>>>> >> about root:no cache.disk then a System Exit. > >>>>>>> >> > >>>>>>> >> If I have no breakpoint it runs the gui to start things > (password, > >>>>>>> >> ip, > >>>>>>> >> port tcl/tk app). I guess it's not reading my command line > args > >>>>>>> >> or > >>>>>>> >> something. > >>>>>>> >> > >>>>>>> >> I ran python web2py.py -S app -M and it ran fine in Terminal. > >>>>>>> >> > >>>>>>> >> any ideas? > >>>>>>> >> > >>>>>>> >> thx, > >>>>>>> >> > >>>>>>> >> -wj > >>>>>>> > > > >>>>>>> > > >>>>>>> > >>>>>>> > >>>>>> > >>>>> > >>>> > >>> > >> > >> > >> >> > >> > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

