[Pythonmac-SIG] pyobjc python3k languagebridge

2009-01-30 Thread Nehemiah Dacres
I have a few questions about Python Objective-C. First, how is the development of python3 objective-C going?will python3.0 objective3 be implimented with the Leopard scripting bridge? Is PowerPC a target for these developments? -- "lalalalala! it's not broken because I can use it" http://linux.

Re: [Pythonmac-SIG] socket code works on Win32 but not Mac :-(

2009-01-15 Thread Nehemiah Dacres
temporary answer http://www.artima.com/forums/flat.jsp?forum=181&thread=113874 On Thu, Jan 15, 2009 at 4:27 AM, Ranec wrote: > Dear All, > > I'm writing a Python FOSS application and am *very* keen to keep it > platform agnostic. > > I don't own a Mac, but have access to some sympathetic Mac o

Re: [Pythonmac-SIG] Warning: The process has forked and you cannot use this CoreFoundation functionality safely.

2009-01-09 Thread Nehemiah Dacres
python version please and where might I find this code? fork(3) is the unix system call that copies the program and one becomes a child process and another a parent (which is supposed to wait on the child). The child process normally calls a function from the exec(2) family soon afterward. Leopard

Re: [Pythonmac-SIG] Python-Ogre on Mac OS X?

2008-11-26 Thread Nehemiah Dacres
I am always hesitant to volenter for these things but I must take charge of something. I must mind you that I have little power. I am a 4th year CS student with knowledge of posix. Note that I didn't use the word good. I know python, C and C++. I regularly use linux and Mac OS 10 and I have the O

Re: [Pythonmac-SIG] PyObjC Documentation

2008-11-14 Thread Nehemiah Dacres
http://pyobjc.sourceforge.net/ thats as definitive as it gets unfortunately. God forbid Apple should get involved. then there might be Gasp, a book on APPLE's site. in the mean time there is a list of supported frameworks and an explanation of garbage collection. I gave up for the same reason I g

Re: [Pythonmac-SIG] Authentication via python?

2008-10-28 Thread Nehemiah Dacres
On Tue, Oct 28, 2008 at 8:38 AM, Benjamin Schollnick < [EMAIL PROTECTED]> wrote: > Folks, > > I'm working on some time machine scripting... In a gist, there is a > .Backup.log file that I want to access via readline & python > > >From the MOSX gui, it appears some of the files require root a

Re: [Pythonmac-SIG] unsiscribe

2008-08-19 Thread Nehemiah Dacres
http://mail.python.org/mailman/listinfo/pythonmac-sig funny you should ask, On Tue, Aug 19, 2008 at 12:32 PM, James Collins <[EMAIL PROTECTED]>wrote: > how do i unsiscribe? > > > ___ > Pythonmac-SIG maillist - Pythonmac-SIG@python.org <<< > http:/

Re: [Pythonmac-SIG] pragma mark with python in xcode?

2008-08-13 Thread Nehemiah Dacres
Sigh, now you see my misunderstanding, sorry for the abuse of CAPS LOCK but #pragma marks are only called #pragma because of the preprocessor, which is why GCC is getting away from that. (note the gcc handbook, i checked it out one week) anyway, it would be silly for an editor to detect things tha

Re: [Pythonmac-SIG] pragma mark with python in xcode?

2008-08-11 Thread Nehemiah Dacres
On Fri, Aug 8, 2008 at 11:45 AM, Blake Winton <[EMAIL PROTECTED]> wrote: > Nehemiah Dacres wrote: > >> Daniel Ashbrook wrote: >> >>> Anybody know how to make #pragma mark work with python in xcode? >>> >> python has pragmas? I dont thinks so >&

Re: [Pythonmac-SIG] pragma mark with python in xcode?

2008-08-08 Thread Nehemiah Dacres
python has pragmas? I dont thinks so On Thu, Aug 7, 2008 at 3:48 PM, Daniel Ashbrook <[EMAIL PROTECTED]>wrote: > Anybody know how to make #pragma mark work with python in xcode? > > > dan > ___ > Pythonmac-SIG maillist - Pythonmac-SIG@python.org > htt

Re: [Pythonmac-SIG] Yet another problem with path

2008-08-08 Thread Nehemiah Dacres
have all of you forgotten that the current directory isn't in the path either? to excecute a script in the current directory at the command line, you type at the '$' $ ./MyScript else you do $python MyScript but then you wouldn't need the 'shebang' line '#!/bin/env python' or '#!/usr/bin/python On

Re: [Pythonmac-SIG] Teething troubles - Getting up an running on a mac

2008-08-03 Thread Nehemiah Dacres
> > > >> Question 3. What do I have to do in order to make SciPy work with both >> Python 2.5.1 (that comes with the Mac) and 2.5.2 (that I installed >> myself)? >> >> You can't. They have different library paths. hmm, I wouldn't say that You probiblly shouldln't have even bothered with installin

Re: [Pythonmac-SIG] New to Python - how to get Py2App to work?

2008-07-29 Thread Nehemiah Dacres
On Tue, Jul 29, 2008 at 9:03 PM, Chris Mills <[EMAIL PROTECTED]> wrote: > Greetings, > > I am new to Python, have never developed tools with C++ (I have extensive > MEL scripting experience with Autodesk's Maya), and am faced with needing to > develop tools to deploy into a Mac OSX 10.5 environmen

Re: [Pythonmac-SIG] easy_install problems in some 10.5.3?

2008-07-01 Thread Nehemiah Dacres
whats that -U option u used for mercurial?, perhaps you can do that to simplejason On Tue, Jun 24, 2008 at 4:19 AM, Oscar Sanchez Casamitjana < [EMAIL PROTECTED]> wrote: > hi, > > I've recently installed 10.5.3 in a new machine (iMac), and I'm finding > problems with some eggs. some will install

Re: [Pythonmac-SIG] python settings

2008-06-13 Thread Nehemiah Dacres
On Mon, Jun 9, 2008 at 11:01 AM, james collins <[EMAIL PROTECTED]> wrote: > hello, > i own a macbook pro running mac os x 10.5.2. Just wondering about my > MacPython settings. > I have two versions of MacPython on my computer. One version came with the > developer(programming) tools which was an o

Re: [Pythonmac-SIG] bluetooth on a mac?

2008-03-07 Thread Nehemiah Dacres
try lightblue , * http://lightblue.sourceforge.net/doc/index.html* On Fri, Mar 7, 2008 at 12:26 PM, Richard Bronosky <[EMAIL PROTECTED]> wrote: > I'd like to be able to do this: > http://dev.zuckschwerdt.org/openobex/wiki/ObexFtpExampleClientPython

Re: [Pythonmac-SIG] newbie Mac switcher trying to set up django on Intel MacBook Pro Tiger

2007-12-20 Thread Nehemiah Dacres
use. On Dec 20, 2007 5:35 AM, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > > On 19 Dec, 2007, at 23:21, Christopher Barker wrote: > > > Nehemiah Dacres wrote: > >> so we're still not supporting Apple's shipped python? > > That depends on what you mean

Re: [Pythonmac-SIG] newbie Mac switcher trying to set up django on Intel MacBook Pro Tiger

2007-12-19 Thread Nehemiah Dacres
perhaps you should send this to macports. you see, Mac Ports normally installs stuff in /opt/local/bin. but that is not where this code is being ran from according to your traceback. "Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/django/db/backends/postgresql_psycopg2

Re: [Pythonmac-SIG] vobject

2007-12-18 Thread Nehemiah Dacres
deal with these aesthetic issues. On Dec 18, 2007 1:13 AM, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > > On 17 Dec, 2007, at 23:00, Nehemiah Dacres wrote: > > But is that leopard only? > > > Yes, that's what I wrote. > > Ronald > > > > On De

Re: [Pythonmac-SIG] vobject

2007-12-17 Thread Nehemiah Dacres
But is that leopard only? On Dec 6, 2007 3:41 AM, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > > On Thursday, December 06, 2007, at 08:34AM, "David Warde-Farley" < > [EMAIL PROTECTED]> wrote: > >On 5-Dec-07, at 11:36 PM, Nehemiah Dacres wrote: > > >

[Pythonmac-SIG] vobject

2007-12-05 Thread Nehemiah Dacres
I've been reading here about a few people who've been interfacing with their iCal calendars via vobject. To take it directly from the website "VObject simplifies the process of parsing and creating iCalendar and vCard objects" --(http://vobject.skyhouseconsulting.com/usage.html) perhaps you could

Re: [Pythonmac-SIG] Anyone have a scons binary for Tiger?

2007-11-16 Thread Nehemiah Dacres
macports to the rescue! on the commandline at the prompt type port install scons or, if your not interested in macports and are using pythohn4.5 or have easy_install installed, try 'easy_install scons' and see where that gets you. if fink has the binary, be our guest. On Nov 16, 2007 12:16 PM, Da

Re: [Pythonmac-SIG] Problem with numpy on Leopard

2007-11-06 Thread Nehemiah Dacres
Python is implemented on OSX as a framework, go to /Library/Frameworks/Python.framework and command click and choose show package contents under the contextual menu and you will see the python framework's insides. ___ Pythonmac-SIG maillist - Pythonmac

Re: [Pythonmac-SIG] Problem with numpy on Leopard

2007-11-05 Thread Nehemiah Dacres
I am not sure how Virtualenv works or why it's not working but you make the statement >> Frameworks are IMHO a great idea. lets not be idiosyncratic here. Frameworks (if you mean *.framework packages) are only used by apple because they are cumbersome to use unless you are developing multiple app

Re: [Pythonmac-SIG] P4Python, MySQLdb, or Python Extensions

2007-10-09 Thread Nehemiah Dacres
.so, if im not mistaken is eather a linux shared library or not a mac shared library (someone correct me if im wrong) try making sure the python version you chose is the one for mac. the best supported python for mac is macpython(distributes in a mac

Re: [Pythonmac-SIG] entire applications in python?

2007-10-03 Thread Nehemiah Dacres
On 10/3/07, Nehemiah Dacres <[EMAIL PROTECTED]> wrote: > > Seriously, before you go learning Objective C, I suggest you continue > with python and learn the basics of py2app. complete apps in c++ are written > or ported in either the carbon environment or to make it reall OSX l

Re: [Pythonmac-SIG] relocatable Python framework?

2007-09-19 Thread Nehemiah Dacres
which QT? tolltech's qt3 or qt4 (or quicktime? ... jk) QT is trying to be as platform independent as possible. how about puting python.frameworks in $appdir/resources/frameworks/python2.5.framework and building against that framework before you package it. _

Re: [Pythonmac-SIG] relocatable Python framework?

2007-09-19 Thread Nehemiah Dacres
which QT? tolltech's qt3 or qt4 (or quicktime? ... jk) QT is trying to be as platform independent as possible. how about puting python.frameworks in $appdir/resources/frameworks/python2.5.framework and building against that framework before you package it. _

[Pythonmac-SIG] python mailer

2007-09-08 Thread Nehemiah Dacres
I've read info about python mailer programs like a python mailer daemon for sending mail and a python mail app for downloading it. can anyone give me any personal openion on these. I want to make a terminal analog to Thunderbird/Mail.app/Outlook so i dont have to run them as the memory hoggs they a

Re: [Pythonmac-SIG] Compiling cx_Oracle

2007-07-27 Thread Nehemiah Dacres
make sure orical sin't more than you need. the reason sql light is the standard python database is the same reason Tk is the standard gui toolkit. they are light weight, ultra portable, and do most of what u need ___ Pythonmac-SIG maillist - Pythonmac-S

Re: [Pythonmac-SIG] NSKeyedArchiver and NSMutableArray

2007-07-17 Thread Nehemiah Dacres
if im not mistaken, coder is a parameter also. I don have my book with me, if it works in objective c post the equivilant code in objc and i can work from there. I remember most of this excersize. I thought coder is the datatype of the object you're coding fore (id). "lalalalala! it's not broken

Re: [Pythonmac-SIG] py2app and Adobe AIR problem

2007-06-27 Thread Nehemiah Dacres
sounds like another endianness problem, which architecture are u running? [exec] hdr = MachOHeader(self, fh, offset, size, magic, hdr, endian) [exec] File "/private/tmp/trunk/macholib/MachO.py", line 146, in __init__ [exec] self.load(fh) [exec] File "/pr

Re: [Pythonmac-SIG] newbie: threads in PyObjC

2007-06-27 Thread Nehemiah Dacres
is this a question or an answer? is this a cocoa question or a PyObjC question? On 6/6/07, Tom Elliott <[EMAIL PROTECTED]> wrote: The kill() method is just a stub, written back when I thought the way to do this is for the main thread to terminate the worker thread. Now, after more reading, I r

Re: [Pythonmac-SIG] Py2app syntax error

2007-06-27 Thread Nehemiah Dacres
are you sure you can't post the entire traceback? just copy/paste from the terminal into the browser window. ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] newbie: threads in PyObjC

2007-06-05 Thread Nehemiah Dacres
why does your Kill() method just have a pass statement? On 6/4/07, Ian Baird <[EMAIL PROTECTED]> wrote: > Tom, > > One problem you have here is that you need to create an instance of > the Threaded class to point to as your selector's target object. This > error is causing the message: > > 2007-06

[Pythonmac-SIG] Fwd: pyobjc class

2007-05-15 Thread Nehemiah Dacres
-- Forwarded message -- From: Nehemiah Dacres <[EMAIL PROTECTED]> Date: May 15, 2007 1:16 PM Subject: Re: [Pythonmac-SIG] pyobjc class To: julien ricard <[EMAIL PROTECTED]> that @ symbol means that the term is a compiler directive, in other words, its a reserved

Re: [Pythonmac-SIG] Problems with PYTHONPATH using MacPorts Python 2.4 & 2.5

2007-05-09 Thread Nehemiah Dacres
Site packages is where the platform dependant libraries of Mac python reside. they should be in /Library/Python/site-packages/ and thats where platform specific libraries are installed. Python home im not sure of, PYTHONPATH is where the python interpreter lives, it is specific to the particular v

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] Suggested revisions for MacPython documentation section 1--please review

2007-04-11 Thread Nehemiah Dacres
right, what Oussoren said, and for appscript, direct them to the pyosa script documentation.You can also mention the more mac like alternatives to the unix commandline tools like aquamacs and macvim. subthaedit is also a good editor to mention. ___ Pytho

[Pythonmac-SIG] not mac related but OLPC

2007-03-30 Thread Nehemiah Dacres
I just wanted to tell you all about the One Laptop per Child Program in case any of you are interested in programming on a non mac and haven't heard of this yet. It is mostly programmed in python and most of the information is at laptop.org -- "lalalalala! it's not broken because I can use it"

Re: [Pythonmac-SIG] [ann] PyOSA 0.1.0, Appscript Installer 1.5.1 released

2007-03-28 Thread Nehemiah Dacres
you should put this on the wiki, this is a grate example of the power this holds On 3/27/07, has <[EMAIL PROTECTED]> wrote: On 27 Mar 2007, at 17:35, Kevin Walzer wrote: >> Announcing the first release of PyOSA, a new OSA language >> component for Python. > > I'm confused--how is this differen

Re: [Pythonmac-SIG] XCode fails to see py2app

2007-03-21 Thread Nehemiah Dacres
The interesting thing i might add to this is that I couldn't import pyobjc for a while "from objc import *" in python 2.5 I had to spesificly invoke python 2.4 (% python2.4 ) in order import objc or wx after a package install. I also noticed that the pyobjc.sourceforge.netpage is down, all the lin

Re: [Pythonmac-SIG] Python and Zeroconf?

2006-12-26 Thread Nehemiah Dacres
his problem might be how to make fatpython byte code, or rather, universal binaries with python. On 12/23/06, Bob Ippolito <[EMAIL PROTECTED]> wrote: On 12/23/06, Tim Ansell <[EMAIL PROTECTED]> wrote: > Hello, > > My game is using ZeroConf to find local

[Pythonmac-SIG] About Obj-C 2.0 language bridge

2006-12-16 Thread Nehemiah Dacres
I just wanted to bring the attention to the community that there will be a python/Objective C language bridge implemented come the release of Leopard, Mac OS 10.5

Re: [Pythonmac-SIG] krix, a visual music browser for OS X written in pyobjc

2006-06-12 Thread Nehemiah Dacres
to mr Kohnhorst did u design that page in iweb? It looks good. to the rest  I wanted to get into pyopbc, but i only learned python in class last semester freshman year. it was geared towards object oriented programming, not to design end user software so i have no where to start for a gui. I would

[Pythonmac-SIG] is anyone annoyed with MacPython2.4's IDLE's cursor info

2006-04-07 Thread Nehemiah Dacres
I just don't like it being in the same corner as the resize handle (mostly because it completely distorts the text underneath) so maybe it should be moved to the left instead of the right bottom corner. has anyone else had a problem with this? Is there any reason for this design choice? will it be

[Pythonmac-SIG] let me get the "colaboration of opensource python IDEs" idea right...

2006-03-12 Thread Nehemiah Dacres
so the idea is get all the people working on open-source IDEs for python to collaborate on the effort so they dont keep redoing the same job. this will also improve the end product because it will take the best parts of all the others. and finally it will be more modular in essence by making the

[Pythonmac-SIG] Fwd: I may have wrecked my python, ( last time i sent this, it was bounced cause I haddn't joined the SIG, i don know if you got this yet

2006-02-25 Thread Nehemiah Dacres
On 2/25/06, Nehemiah Dacres <[EMAIL PROTECTED]> wrote: > From: Nehemiah I. Dacres <[EMAIL PROTECTED]> > Date: Feb 23, 2006 11:40 PM > Subject: I may have wrecked my python > To: pythonmac-sig@python.org > > > I am a student of Computer Science and i need help u

[Pythonmac-SIG] Fwd: I may have wrecked my python

2006-02-24 Thread Nehemiah Dacres
From: Nehemiah I. Dacres <[EMAIL PROTECTED]> Date: Feb 23, 2006 11:40 PM Subject: I may have wrecked my python To: pythonmac-sig@python.org I am a student of Computer Science and i need help understanding how MacOSX handles Python. the class I am in is "Intro to Object Oriented Programing" so the

[Pythonmac-SIG] Fwd: python help

2006-02-20 Thread Nehemiah Dacres
Dear Python Help Group I am a student of Computer Science and i need help understanding how MacOS 10.4 (tiger) handles Python. the class I am in is "Intro to Object Oriented Programing" so they teach in python to reduce teaching of syntax so they can focus on O. Orientation. I need to import module