Re: 3D plotting with python 2.5 on win32

2007-12-19 Thread markacy
On 19 Gru, 15:15, anton [EMAIL PROTECTED] wrote: Hi, I would like to know if some of you knows a - working - actual - out of the box (for me: binaries available) Package/Lib to do 3D plotting out of the box. I know matplotlib. There is MayaVi from enthon but you need to use

Re: Any idea how to open Matlab and run M-files by using Python?

2007-12-03 Thread markacy
On 3 Gru, 05:02, itcecsa [EMAIL PROTECTED] wrote: Hi, I am implementing a small Python project, what I am going to do is to open Matlab and run some M-files, and get some output from Matlab command prompt. I have no idea how to open Matlab from Python! Any suggestions would be

Re: C++2py

2007-12-02 Thread markacy
On 2 Gru, 15:56, farsheed [EMAIL PROTECTED] wrote: I,m looking for a tool for converting c++ to python. Any Ideas? TIA. What about SWIG (http://www.swig.org/) or Boost.Python (http:// www.boost.org/libs/python/doc/)? These are not converters, but I hope this helps you. Cheers, Marek --

Re: Getting the result of a process after exec*()

2007-08-18 Thread markacy
On 17 Sie, 16:33, AndrewTK [EMAIL PROTECTED] wrote: Hi, I am trying to write a Python script that takes a ZIP file from a web form (using CGI) and uses either of the UN*X unzip, gunzip, tar, bunzip2 utilities to expand it. I can use Python to save the script to disk; but processing it is

Re: python socket usage

2007-08-16 Thread markacy
On 16 Sie, 09:42, O uz Yar mtepe [EMAIL PROTECTED] wrote: Is it possible to send a data object like a tuple or a list in socket programming? If so how? It seems with socket module it is only possible to send strings. -- O uz Yar mtepehttp://www.yarimtepe.com/en Hi Oguz, why don't you

Re: Drawing a graph

2007-08-13 Thread markacy
On 12 Sie, 21:09, Ghirai [EMAIL PROTECTED] wrote: Hello list, I need to draw a graph, 2 axes, 2D, nothing fancy. One of the axes is time, the other one is a series of integers. I don't care much about the output format. Are there any specialized libraries for this, or should i use PIL?

Re: Best programs written completly in Python

2007-08-05 Thread markacy
On 5 Sie, 12:14, Franz Steinhäusler [EMAIL PROTECTED] wrote: Hello NG, wWhat are the best programs in your opinion, written entirly in pyhton, divided into categories like: a) Games b) Utilities/System c) Office d) Web/Newsreader/Mail/Browser ... I don't want to start a long thread, if

Re: the one python book

2007-08-04 Thread markacy
On 4 Sie, 15:23, dhr [EMAIL PROTECTED] wrote: newbie question: Is there a 'KR type of Python book? The book that you'd better have on your shelf if you are going into Python? There are actually two of them: How to Think Like a Computer Scientist: Learning with Python by Allen B. Downey,

Re: Directory

2007-07-31 Thread markacy
On 30 Lip, 23:43, Rohan [EMAIL PROTECTED] wrote: I would like to get a list of sub directories in a directory. If I use os.listdir i get a list of directories and files in that . i only want the list of directories in a directory and not the files in it. anyone has an idea regarding this. Hi

Re: running a Delphi part from Python ?

2007-07-16 Thread markacy
On 16 Lip, 11:33, Stef Mientki [EMAIL PROTECTED] wrote: tool69 wrote: Stef Mientki a écrit : AFAIK, Scintilla is a code editor. What I need looks more like ms-word, handling lists, tables, images, formulas. thanks, Stef Mientki So you'll need the RichTextCtrl

Re: How to create a tuple quickly with list comprehension?

2007-06-13 Thread markacy
On 13 Cze, 09:45, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, I can use list comprehension to create list quickly. So I expected that I can created tuple quickly with the same syntax. But I found that the same syntax will get a generator, not a tuple. Here is my example: In [147]: a

Re: How to save python codes in files?

2007-06-13 Thread markacy
On 13 Cze, 10:06, why? [EMAIL PROTECTED] wrote: Evan Klitzke wrote: On 6/12/07, why? [EMAIL PROTECTED] wrote: Im working with Python 2.2 on my red hat linux system. Is there any way to write python codes in separate files and save them so that i can view/edit them in the future?

Re: magic names in python

2007-06-04 Thread markacy
On 4 Cze, 08:43, per9000 [EMAIL PROTECTED] wrote: Hi, I recently started working a lot more in python than I have done in the past. And I discovered something that totally removed the pretty pink clouds of beautifulness that had surrounded my previous python experiences: magic names (I felt

matplotlib and zope

2006-11-14 Thread markacy
App.Extensions, line 148, in getObject - __traceback_info__: ('/var/lib/zope/zope-markacy/Extensions/mpl.py', 'mpl') Module /var/lib/zope/zope-markacy/Extensions/mpl.py, line 1, in ? Module None, line 1011, in ? Module None, line 968, in rc_params Module None, line 914, in matplotlib_fname