[Pythonmac-SIG] looking for a python Mac developer for freelance work

2007-05-02 Thread Omri Reuter
Hi, We have a very cool application written in python WX that we need ported to Macintosh. I'm looking for a freelance developer that has experience in Python on Mac and can take this project ASAP. I'm open to discuss any working model Regards, Omri Reuter CTO

[Pythonmac-SIG] Using Python for cgi

2007-05-02 Thread Brian Wichmann
Dear all, I have prototyped a system using MySql and Python which needs to be adjusted to use the HTML form data via a web server. I am on 10.4. Hence I have put the following: #!/usr/bin/python Useful test program (cgitest.py): #!/usr/bin/python #cgitest.py import os, cgi, sys sys.stde

Re: [Pythonmac-SIG] looking for a python Mac developer for freelance work

2007-05-02 Thread Nehemiah Dacres
provided WxPy is installed on the user's mac, it should work fine. The program can possibly install the appropriate dependancies for your application as part of the installer. simply wrapping all the dependancies (python version x.x, Wx version x.x other python dependancies) in a bundle along with

Re: [Pythonmac-SIG] looking for a python Mac developer for freelance work

2007-05-02 Thread Kent Quirk
Um...it's nice to think that way, and chances are the app largely works, but porting isn't usually quite so sweet and easy. Typically you have to deal with, to name just a few things: * System defaults and where user files are stored * Font, typeface, font size, layout tweaks * Names and locatio