Writing a program under GNU/Linux for MS Windows.

2008-07-18 Thread Levi Campbell
Hi, I'm trying to write a program for a friend of mine who uses windows but I use GNU/Linux. I know you can use mingw and link to the python dll, but is there a way to create a win32 service under Linux? -- http://mail.python.org/mailman/listinfo/python-list

exporting a record from a database to a MS Word document.

2007-05-06 Thread Levi Campbell
Is there a way to export a record from a database kept with bsddb to MS Word, possibly with some type of formatting data? -- http://mail.python.org/mailman/listinfo/python-list

Re: how you know you're a programming nerd

2006-04-07 Thread Levi Campbell
John Salerno wrote: > So last night I had a dream that me and two other guys needed to get a > simple task done in Java. We were staring at the problem in confusion > and I kept saying "First we have to create a class, then instantiate it, > then..." etc. etc. They didn't agree with me so we kept a

would it be feasable to write python DJing software

2006-02-02 Thread Levi Campbell
Hi, I'm thinking about writing a system for DJing in python, but I'm not sure if Python is fast enough to handle the realtime audio needed for DJing, could a guru shed some light on this subject and tell me if this is doable or if I'm out of my fscking mind? -- http://mail.python.org/mailman/list

Re: libpython2.4.so

2006-01-07 Thread Levi Campbell
ahh, it all makes sense now, thank you. -- http://mail.python.org/mailman/listinfo/python-list

libpython2.4.so

2006-01-06 Thread Levi Campbell
what is /usr/lib/libpython2.4.so used for? -- http://mail.python.org/mailman/listinfo/python-list

Re: reading internet data to generate random numbers.

2005-11-27 Thread Levi Campbell
thank you, that was what I needed. -- http://mail.python.org/mailman/listinfo/python-list

reading internet data to generate random numbers.

2005-11-02 Thread Levi Campbell
Hi, I'm working on a random number generator using the internet as a way to gather entropy, I have two questions. 1. is there a way to capture the internet stream? 2. how would I skip every 2nd, 3rd, or 4th byte to protect privacy? -- http://mail.python.org/mailman/listinfo/python-list