PyCrust: What am I suppose to do?

I

It's me

I am trying out PyCrust and at a lost what to do next. With the previous
IDE I tried, the IDE pops up the console and the editor. From the editor, I
can set up breakpoints and debug and so forth. Yes, I can even run the
script.

With PyCrust, the nice looking 3-pane window pops up with lots of tabs...a
prompt...and then??? Where is the file I am trying to run? Even the File
options are all greyed out...

<scratching head....>
 
M

M.E.Farmer

It's me said:
I am trying out PyCrust and at a lost what to do next. With the previous
IDE I tried, the IDE pops up the console and the editor. From the editor, I
can set up breakpoints and debug and so forth. Yes, I can even run the
script.

With PyCrust, the nice looking 3-pane window pops up with lots of tabs...a
prompt...and then??? Where is the file I am trying to run? Even the File
options are all greyed out...

<scratching head....>
Yea it is not an IDE.
It is supposed to be a 'flaky' interactive interpreter, with code
completion, and other things.
Never really use it.
M.E.Farmer
 
J

Jim Sizelove

It's me said:
I am trying out PyCrust and at a lost what to do next. With the previous
IDE I tried, the IDE pops up the console and the editor. From the editor, I
can set up breakpoints and debug and so forth. Yes, I can even run the
script.

With PyCrust, the nice looking 3-pane window pops up with lots of tabs...a
prompt...and then??? Where is the file I am trying to run? Even the File
options are all greyed out...

<scratching head....>

You can try PyAlaMode instead. Along with PyCrust, PyShell, and
PyAlaCarte, it is part of the Py package of wxPython. PyAlaMode allows
you to edit and save files. It is especially nice for trying some code
in the interpreter, then copying that code and pasting into the editor
window without pasting the prompts.

--Jim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,436
Messages
2,571,696
Members
48,796
Latest member
Greg L.
Top