Re: [Pythonmac-SIG] Any chance of getting this to run on OSX?

2012-02-27 Thread Jan Flyborg
Since you probably are going to develop platform dependent code anyway, why not just parse the output from the following command? system_profiler -xml SPNetworkDataType Cheers //Jan On Mon, Feb 27, 2012 at 07:24, Leo wrote: > On 2012-02-27 08:44 +0800, Nicholas Riley wrote: >> That script i

Re: [Pythonmac-SIG] Problem Running App built with Py2App

2012-07-08 Thread Jan Flyborg
arrives. Also, "7483:707" looks like a line and column number, but since I do not have access to the code it is hard to tell. Maybe that is something you can investigate. Cheers //Jan Flyborg On Sun, Jul 8, 2012 at 2:38 AM, Michael Forzano wrote: > Hi All, > > I'm try

Re: [Pythonmac-SIG] Query Regarding IDE for python for GUI Apps

2013-02-20 Thread Jan Flyborg
d. Pylint (http://www.logilab.org/857) is also optionally integrated directly into the IDE and that gives me increased code quality. I have tried lots of IDE's for Python, but PyDev is the one I go back to for large projects. Try it and see if you like it. Regards //Jan Flyborg 2013/2/20 Vishal