[Python] Vorrei essere cancellata dalla mailing list.

2022-07-30 Per discussione IloChab
Vorrei essere cancellata dalla mailing list. Ringrazio e saluto cordialmente Licia Leanza ___ Python mailing list Python@lists.python.it https://lists.python.it/mailman/listinfo/python

Re: [Python] grafici in python?

2008-09-05 Per discussione IloChab
Io trovo ottimo http://pyqwt.sourceforge.net/ (pero' si porta dietro Qt4, non so' se è "troppo") ciao Licia 2008/9/2 Fabrizio Mancini <[EMAIL PROTECTED]> > Ciao a tutti, > sono abbastanza nuovo su python, e stavo cercando un modo per fare dei > grafici in python. > Vorrei fare dei grafici abbas

Re: [Python] inserire byte in file binario

2008-03-18 Per discussione IloChab
2008/3/18, Nicola Giosmin - <[EMAIL PROTECTED]>: > > Ciao a tutti, > > Domanda: è possibile inserire singoli byte (o > gruppi di byte) in un file binario (io uso il > metodo struct) in un punto preciso? > > Se faccio: > > f = file > f.seek(12) > s = 0 > f.write(struct.pack("b", s)) > f.cl

Re: [Python] libreria per grafi?

2008-01-31 Per discussione IloChab
https://networkx.lanl.gov/wiki ___ Python mailing list Python@lists.python.it http://lists.python.it/mailman/listinfo/python

Re: [Python] problemi con py2exe

2008-01-29 Per discussione IloChab
2008/1/25, orciml <[EMAIL PROTECTED]>: > > IloChab wrote: > > > > 2008/1/25, orciml <[EMAIL PROTECTED]>: > > > > IloChab wrote: > > > > > > > > 2008/1/24, orciml <[EMAIL PROTECTED]>: > > > > > > sto provando

Re: [Python] problemi con py2exe

2008-01-25 Per discussione IloChab
2008/1/25, orciml <[EMAIL PROTECTED]>: > > IloChab wrote: > > > > 2008/1/24, orciml <[EMAIL PROTECTED]>: > > > > sto provando a pachettizare una applicazione > > il problema e' che non mi include i moduli dei miei packages

Re: [Python] problemi con py2exe

2008-01-24 Per discussione IloChab
2008/1/24, orciml <[EMAIL PROTECTED]>: > > sto provando a pachettizare una applicazione > il problema e' che non mi include i moduli dei miei packages > (quelli prefissati con my...) > > struttura: > > / > setup.py > myApp.py > myLib/ > __init__.py >