Re: Drawing Multigraphs

2010-06-01 Thread Nima
I could run away from this everlasting misery! Can you give me an example of drawing a simple graph by Graphine? I'm gonna use PyQt as GUI. Doesn't Qt provide any facility for drawing a graph? BTW, I just found this page: http://nodebox.net/code/index.php/Graphing Has anyone tried it out

Drawing Multigraphs

2010-06-01 Thread Nima
NetworkX discussion group. They told me that matplotlib, which provides drawing routines for NetworkX, doesn't show multiple edges and I have to pass the graph to another graph drawing package (if there is one!). * I've used the Fleury's algorithm to solve the problem. -- Yours

Re: Installing Lightweight Python

2010-05-17 Thread Nima Mohammadi
On May 18, 1:04 am, Nima Mohammadi wrote: > On May 18, 12:30 am, geremy condra wrote: > > > On Mon, May 17, 2010 at 1:05 PM, Nima wrote: > > > Well, I tried to run Python with -v option. It seems that python26.zip is > > > partially loaded but can't be

Re: Installing Lightweight Python

2010-05-17 Thread Nima Mohammadi
On May 18, 12:30 am, geremy condra wrote: > On Mon, May 17, 2010 at 1:05 PM, Nima wrote: > > Well, I tried to run Python with -v option. It seems that python26.zip is > > partially loaded but can't be used, because zlib is "unavailable". > > is the zlib modu

Re: Installing Lightweight Python

2010-05-17 Thread Nima Mohammadi
Well, I tried to run Python with -v option. It seems that python26.zip is partially loaded but can't be used, because zlib is "unavailable". n...@nima-desktop:~/py$ ./bin/python -v Could not find platform independent libraries Could not find platform dependent libraries C

Re: Installing Lightweight Python

2010-05-17 Thread Nima
Well, I tried to run Python with -v option. It seems that python26.zip is partially loaded but can't be used, because zlib is "unavailable". n...@nima-desktop:~/py$ ./bin/*python -v* Could not find platform independent libraries Could not find platform dependent libraries C

Re: Installing Lightweight Python

2010-05-17 Thread Nima Mohammadi
/lib/python26.zip is in the sys.path variable. n...@nima-desktop:~/py$ ./bin/python Could not find platform independent libraries Could not find platform dependent libraries Consider setting $PYTHONHOME to [:] 'import site' failed; use -v for traceback Python 2.6.5 (r265:79063, May 17 2010

Installing Lightweight Python

2010-05-17 Thread Nima
I'd like to install python on an embedded system. It's a powerful x86- based computer with the only limitation of having a small-size flash ROM as its secondary storage. So there is no hard drive and the system is booted from the flash memory. The operating system, BusyBox (a flavor of Linux), and