Hi all,
I have a python application that uses matplotlib. I want to compile it into
an executable. I tried using py2exe but it returned some error
w.rtmatplotlib. Cpuld anyone please help me with this? Is there some
other way
to get it done?
Thanks,
Archana
--
As for a good IDE. I really like eclipse with pydev. For easy
student/beginner setup, easyclipse has a nice python eclipse distribution
http://www.easyeclipse.org/site/distributions/index.html
I think I've tried near every python IDE setup out there over the last
couple years, and this one win
I would have to agree with most of what Massimo said.
When I started using matplotlib I also learned some
wxPython stuff because I thought that was needed. Not
a bad thing to learn, but then all the pylab
references confused me. Finally, I got it straight
and almost always start with import pyla
On 3/30/07, Mark Bakker <[EMAIL PROTECTED]> wrote:
> I always thought ipython didn't come with a good editor.
> Am I mistaken?
You are not mistaken, and this is by design: ipython is not an IDE,
it's the interactive component of a python workflow.
As others have mentioned (thanks to all, btw), it
> Not quite a 'development environment', but a long way
towards one.
I always thought that the focus of matplotlib towards matlab-like
interactivity is fundamentally flawed. Matlab-like interactivity is damn
good when it is needed, but for that purpose in the free world there are
already the
You can run ipython _from_ emacs. Needs a bit of messing about with
your .emacs, but once you've set it up, it works very well. Object
introspection and the debugger are very nice; you can execute code
fragments etc. Not quite a 'development environment', but a long way
towards one.
It explains ho
Mark,
you can set ipython (in the ipythonrc.ini) to start up the editor of your
choice when you type "edit" in the ipython-shell.
Check out this video at ShowMeDo, that shows a lot of the features of
ipython:
http://showmedo.com/videos/video?name=DownloadingIPythonForMSWindows&fromSeriesID=2
Oli
--- Mark Bakker <[EMAIL PROTECTED]> wrote:
> I always thought ipython didn't come with a good
> editor.
> Am I mistaken?
> Mark
Oh, I see. You probably want an development
envirnoment. Sorry. IPython is great for
interactively running code, but not too great for any
editing. I do my editing i
I always thought ipython didn't come with a good editor.
Am I mistaken?
Mark
On 3/30/07, Lou Pecora <[EMAIL PROTECTED]> wrote:
Have you looked at iPython? I think it's a great way
to go. Check it out.
--- Mark Bakker <[EMAIL PROTECTED]> wrote:
> Giorgio -
>
> Thanks for starting this discus
Have you looked at iPython? I think it's a great way
to go. Check it out.
--- Mark Bakker <[EMAIL PROTECTED]> wrote:
> Giorgio -
>
> Thanks for starting this discussion and sorry for
> the late reply.
> Use of Python with matplotlib in the classroom and
> by students in general is
> a major ob
massimo sandal ha scritto:
Giorgio Luciano ha scritto:
No any other with the same problem :( ?
No. But I googled for you and I found this:
http://mail.python.org/pipermail/python-list/2006-November/412228.html
Maybe you can get some hint.
Oh, ok, checked better your email and that email -n
Giorgio Luciano ha scritto:
No any other with the same problem :( ?
No. But I googled for you and I found this:
http://mail.python.org/pipermail/python-list/2006-November/412228.html
Maybe you can get some hint.
m.
--
Massimo Sandal
University of Bologna
Department of Biochemistry "G.Moruzz
On 30/03/07, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> Not sure what region[:] is supposed to achieve. You are creating a copy
> with the same name, so you are over-riding the original variable.
>
That doesn't seem to be the case - it returns the right thing on the
first call - i.e. region
Giorgio -
Thanks for starting this discussion and sorry for the late reply.
Use of Python with matplotlib in the classroom and by students in general is
a major objective of mine.
I use IDLE with numpy, scipy, and matplotlib.
The IDLE problem is really annoying though. Starting with -n is requi
14 matches
Mail list logo