linking error after swig

2009-12-21 Thread whatazor
Hi All, I have a mac os x, and I try to replicate the sample in swig tutorial but when I try to link, I have these linking errors: ld example.o example_wrap.o -o _example.so Undefined symbols: "_PyType_Type", referenced from: _PyType_Type$non_lazy_ptr in example_wrap.o "_PyExc_SystemErr

pygccxml xml output file

2009-01-24 Thread whatazor
Hi all, I start to use this module in order to produce xml( and the make other things), but differently from gccxml I don't find the variable that set the name of the xml output file after the parsing (in gccxml is - fxml), so it creates temporary files. how can I do an Is there a tutorial that exp

python and multithreading problem

2008-01-25 Thread whatazor
Hi all, I made an application that use multithreading (indifferently importing thread or threading module) , but when I call some wrapped modules (with swig) from my application they run like there is only a single thread (and my application gui ,made with wxPython, freezes). If I use other module

Calculate net transfer rate without dummy file

2008-01-21 Thread whatazor
Hi, how can I calulate transfer rate to a host , without using a file ? can ping module (written by Jeremy Hylton) be useful ? -- http://mail.python.org/mailman/listinfo/python-list

upload file and estimation time

2008-01-12 Thread whatazor
Hi all, unseccsefully, I try to analyze this problem. If I can only work on the client size, how can I create a module that calculate the upload time of a file, so the time for finish it? i can start with ftp protocol and after extend this logic for my requirements. thx w -- http://mail.python.o

outgoing traffic monitor

2008-01-10 Thread whatazor
Hi all, I have thread that call a module which upload a file in a remote repository. A possible approach to calculate the time is tomonitor outgoing traffic of that thread. How can I do in python. There are modules usefull for this kind of requests? thank you all, bye w -- http://mail.python.org

pythonw.exe and python.exe

2007-11-30 Thread whatazor
Hi all, I made a little application with multithreading in winxp with python2.5. An event generated from a third part software is the trigger for the creation of progress bar in a wxPython app. This python app is launched via wxExecute. I've noticed a different behaviour if the script is launched w

Re: wxPython and Tkinter

2007-11-29 Thread whatazor
On 29 Nov, 11:50, whatazor <[EMAIL PROTECTED]> wrote: > Hi all, > I migrate some code from tkinter to wxpython. I need the equivalent > Tkinter method Tkinter.Tk.after > in wxPython, but I'm not able to find it. It exist or there are other > trick to emulate it? > &

wxPython and Tkinter

2007-11-29 Thread whatazor
Hi all, I migrate some code from tkinter to wxpython. I need the equivalent Tkinter method Tkinter.Tk.after in wxPython, but I'm not able to find it. It exist or there are other trick to emulate it? thank you w -- http://mail.python.org/mailman/listinfo/python-list

Re: newbie swig c++ to python

2007-10-07 Thread whatazor
Now it works, the problem was in the project configuration of the example, that put the directory in Addictional Dependencies while it must be in Addictional Library Directories bye w n 7 Ott, 18:35, whatazor <[EMAIL PROTECTED]> wrote: > Hi all, > I must wrap some c++ code in pyth

newbie swig c++ to python

2007-10-07 Thread whatazor
Hi all, I must wrap some c++ code in python with swig. I try the swig examples for VC++ , but when I build the project it gives me that error: example fatal error LNK1181: cannot open input file 'C:\Programmi \Python25\libs.obj' Any idea? thank you w -- http://mail.python.org/mailman/listinfo/