[Pythonmac-SIG] ScrIDE problem....
Jerry LeVan
jerry.levan at eku.edu
Fri Aug 4 23:47:26 CEST 2006
> From: gandreas at gandreas.com
> Date: August 4, 2006 2:32:08 PM EDT
> To: PythonMac <pythonmac-sig at python.org>
> Subject: [Pythonmac-SIG] ANN: ScrIDE 0.4
>
>
> Version 0.4, the "PyOXIDE replacement" IDE is now available - it
> fixed several problems with 0.3, adds "context sensitive object
> info details" (to both the rich shells as well as debugger), and
> the ability to browse the variables in a rich shell (using a
> variable display like the debugger).
>
> ScrIDE is an extensible generic scripting IDE (currently focused on
> Python, though other scripting languages will eventually be further
> supported), including an editor with syntax coloring, popup
> function, included file popups, split panes, calltips, completion,
> etc... interactive shells (again, with completion, syntax coloring,
> object info), source level debugger, documentation browser, and
> other tools.
>
>
> <http://projects.gandreas.com/scride/download.php>
>
>
> Glenn Andreas gandreas at gandreas.com
> <http://www.gandreas.com/> wicked fun!
> quadrium2 | build, mutate, evolve, animate | images, textures,
> fractals, art
>
>
The following fails... (The file name is PyPgExplorer.py )
#!/usr/bin/env python
from Tkinter import *
import Resources.PyPgBrowse as PyPgBrowse <-- This line
obj=PyPgBrowse.PgBrowser(True)
obj.main()
mainloop()
The error is an import error "No Module Named Resources.PyPgBrowse
Resources is a folder in the directory containing PyPgExplorer.py.
ScrIDE is the only "thing" that can't launch the app.
You can download the whole app from http://homepage.mac.com/levanj/
Python
Jerry
More information about the Pythonmac-SIG
mailing list