sqlite3 and Python 2.5.1

2008-06-16 Thread milan_sanremo
I have sqlite installed, but when I try to import sqlite3 I receive: Python 2.5.1 (r251:54863, Nov 3 2007, 02:54:36) [C] on sunos5 Type "help", "copyright", "credits" or "license" for more information. >>> import sqlite3 Traceback (most recent call last): File "", line 1, in ImportError: No mo

What Data is Available With a Pickled Object Over a Socket?

2007-10-18 Thread milan_sanremo
I've read the library entry for pickle a couple of times, and I'm still not sure what data is maintained when an item is pickled and sent over a socket. Two importable modules: class envelope(): def __init__(self, rec, d): self.recipient = rec self.listData

Re: chmod g+ Equivalent

2007-08-22 Thread milan_sanremo
On Aug 14, 7:30 pm, Steve Holden <[EMAIL PROTECTED]> wrote: > milan_sanremo wrote: > > On Aug 13, 8:06 pm, Steve Holden <[EMAIL PROTECTED]> wrote: > >> milan_sanremo wrote: > >>> I've read the documentation on os.chmod() and can implement all the >

Re: chmod g+ Equivalent

2007-08-14 Thread milan_sanremo
On Aug 13, 8:06 pm, Steve Holden <[EMAIL PROTECTED]> wrote: > milan_sanremo wrote: > > I've read the documentation on os.chmod() and can implement all the > > standard commands, but what is the syntax for the equivalent of chmod g > > + to set the group id? >

Re: chmod g+ Equivalent

2007-08-13 Thread milan_sanremo
On Aug 13, 6:33 pm, [EMAIL PROTECTED] (Lawrence Oluyede) wrote: > milan_sanremo <[EMAIL PROTECTED]> wrote: > > I've read the documentation on os.chmod() and can implement all the > > standard commands, but what is the syntax for the equivalent of chmod g > > + to

Re: chmod g+ Equivalent

2007-08-13 Thread milan_sanremo
On Aug 13, 6:42 pm, Bjoern Schliessmann wrote: > milan_sanremo wrote: > > I've read the documentation on os.chmod() and can implement all > > the standard commands, but what is the syntax for the equivalent > > of chmod g + to set the group id? > > Group ID is

chmod g+ Equivalent

2007-08-13 Thread milan_sanremo
I've read the documentation on os.chmod() and can implement all the standard commands, but what is the syntax for the equivalent of chmod g + to set the group id? -- http://mail.python.org/mailman/listinfo/python-list

Re: Python 2.5 Installation and Tkinter

2006-09-27 Thread milan_sanremo
> The system doesn't look in /usr/local/lib when searching for shared > libraries. You have the usual options: > > 1. Set LD_RUN_PATH at build time to include /usr/local/lib > 2. Set LD_LIBRARY_PATH at run time to include /usr/local/lib > 3. Use crle to add /usr/local/lib to the system wide search

Re: Python 2.5 Installation and Tkinter

2006-09-22 Thread milan_sanremo
milan_sanremo wrote: > Under Solaris 10 I installed tcl 8.5 and tk8.5 and they work just fine. > I built both with > ./configure -prefix /usr/local/python/lib > > I then set LD_RUN_PATH to /usr/local/python/lib and ran the ./configure > for Python 2.5 with no arguments. W

Python 2.5 Installation and Tkinter

2006-09-22 Thread milan_sanremo
Under Solaris 10 I installed tcl 8.5 and tk8.5 and they work just fine. I built both with ./configure -prefix /usr/local/python/lib I then set LD_RUN_PATH to /usr/local/python/lib and ran the ./configure for Python 2.5 with no arguments. When I run make, it states: INFO: Can't locate Tcl/Tk lib