Francisco Borges wrote:
> 1. it takes more lines of code (than what I fell is needed) to do it;
> 2. it (still) lacks easy ways to do frequent things (like filling)
Sorry, I just realised the piece of nonsense I just wrote...
PyX does fill objects very easily, what it does take lot
Robert Kern wrote:
> Matthias R. wrote:
> > Unfortunately matplotlib is only a 2D-plotting library.
> >
> > Do you know another one with 3D-capabilities as well?
>
> There's PyX.
Sorry, PyX can't do 3D plots.
---
I like PyX, use it a lot and would suggest it
El Pitonero wrote:
> #- Main.py: your program
> import imp
> # load the third party module into sys.modules
> imp.load_source('A', '', open('C:\\A.py'))
> # load and execute your changes
Thanks a bunch for the hint. The imp module did take care of the job,
but just to mention load_source
Hello,
This is not stricly necessary but it would be nice if I could get it
done. Here is what I want to do:
There are 2 "foo" named modules, 'std foo' and 'my foo'. I want to be
able to import 'my foo' and then from within my foo, import 'std
foo'. Anyone can help??
-
Before you start