473,406 Members | 2,378 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Graphical object browser

Hi,

I've spent all day looking for a graphical object browser for Python
2.5 under Debian GNU/Linux, ie. something I can just drop into my code
with an import and a "browse(my_object)" statement. So far I've only
found intractable GUI toolkits or obsolete, non-functional scripts.

I was wondering if there is a simple tool like this out there
somewhere. Preferably one that doesn't involve me installing a massive
IDE, but I can't really be picky.

Cheers,
Jason
Oct 29 '08 #1
5 2010
Hooray! I discovered PyCrust. I made this script (for Linux - under
Win, you could just have all but the first line as a python file and
run it directly):

#!/usr/bin/python
import wx
import wx.py.PyCrust

if __name__ == '__main__' :
app = wx.App()
pc = wx.py.PyCrust.App(app)
pc.MainLoop()

Run it from the working dir and tinker from there.
Oct 30 '08 #2
On Oct 30, 2:10*am, Jason <jason.hee...@gmail.comwrote:
Hooray! I discovered PyCrust. I made this script (for Linux - under
Win, you could just have all but the first line as a python file and
run it directly):

#!/usr/bin/python
import wx
import wx.py.PyCrust

if __name__ == '__main__' :
* * app = wx.App()
* * pc = wx.py.PyCrust.App(app)
* * pc.MainLoop()

Run it from the working dir and tinker from there.
Hello,
is it still possible to run PyCrust with Python 2.2? I see no
installer for it anywhere...
Cheers,
Propad
Oct 30 '08 #3
On Oct 30, 8:33*am, Propad <npropado...@googlemail.comwrote:
On Oct 30, 2:10*am, Jason <jason.hee...@gmail.comwrote:
Hooray! I discovered PyCrust. I made this script (for Linux - under
Win, you could just have all but the first line as a python file and
run it directly):
#!/usr/bin/python
import wx
import wx.py.PyCrust
if __name__ == '__main__' :
* * app = wx.App()
* * pc = wx.py.PyCrust.App(app)
* * pc.MainLoop()
Run it from the working dir and tinker from there.

Hello,
is it still possible to run PyCrust with Python 2.2? I see no
installer for it anywhere...
Cheers,
Propad
PyCrust is part of wxPython now (I think). But I'm not sure how long
it's been a part of that package. You can try downloading one of the
really old wxPython versions and see if it's included:

http://sourceforge.net/project/showf...ckage_id=10559

Mike
Oct 30 '08 #4
Yeah, PyCrust is in wxPython now. But I take back my initial
excitement — it's freaking hard to use, despite its provision of a
"pywrap" script (batch file under Windows). You certainly can't just
replace "python /path/to/blah.py" with "pywrap /path/to/blah.py",
especially if your script requires knowledge of where it is. (It also
seems to freeze an awful lot under my Windows testing environment.)
Oct 30 '08 #5
Yeah, PyCrust is in wxPython now. But I take back my initial
excitement — it's freaking hard to use, despite its provision of a
"pywrap" script (batch file under Windows). You certainly can't just
replace "python /path/to/blah.py" with "pywrap /path/to/blah.py",
especially if your script requires knowledge of where it is. (It also
seems to freeze an awful lot under my Windows testing environment.)
Oct 30 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Marc te Vruchte | last post by:
Over the past years i've been in contact with the same problem a number of times, creating a graphical user interface on complex XML documents. Personally these solutions have never been...
2
by: giangiammy | last post by:
hi all, I need a web page showing a graphical map whose informations are rapresented by various icons and are updated depending on informations present in the server. the page should show...
9
by: Bryan Olson | last post by:
Here's a module to show stderr output from console-less Python apps, and stay out of the way otherwise. I plan to make a ASPN recipe of it, but I thought I'd run it by this group first. To use...
10
by: William Gill | last post by:
Being somewhat new to Python, and having a tendency to over complicate things in my class design, I was wondering if anyone can suggest a simple graphical or flowcharting tool that they use to...
0
by: simsimlhr | last post by:
What i want to do is given below. I have put whole form in region class. Now i want to exclude some independent points from that region I will probably use region.Exclude(graphicalpath) ,will...
2
by: Jens Theisen | last post by:
Hello, as it would be so obviously a good thing to have a graphical (or maybe curses-base) browser through the dynamic state of a Python program, it's probably there. Can someone point me to...
1
by: =?Utf-8?B?TWFyaw==?= | last post by:
Hello everyone: I'm trying to teach myself Visual Basic 2005 .NET and the best way I have found is to create a project in Visual Basic 2005 .NET. The project concept is: I want to create a ...
9
by: Mel | last post by:
I have some Asp.net 2.0/vb.net code that creates a gantt chart with some dependencies as a new MS Project (.mpp) file. How would I show this resulting .mpp file on an Asp.net webpage? I want to...
8
by: r0g | last post by:
Hi There, I'm trying to migrate a locally hosted page from windows to a private Ubuntu development server and one of the key bits of functionality (which used to work fine in Windows) was the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.