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
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
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
>
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?
>
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
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
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
> 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
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
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
10 matches
Mail list logo