i've looked on the web and here but i didn't find an answer : here is my
code
zlib.decompress("""
xワᆳヤ=ラᄇHナs~Ʀᄑç\ムîà
z...@ÑÁÔqÇlxÇÆïpp~ývãì゙m6ÛÐ|ê֭ᄁᄂヤ=)}éÓUeö3ᄎᄌú"}ʿïÿ÷1þ8ñ́U÷ᄏñíLÒVi:`ᄈᄎL!Ê҆p6-%Fë^ヘ÷à,Q.K!ユô`ÄA!ÑêweÌ
ÊÚAロYøøÂjôóᅠÂcñ䊧fᆴùテúN
:nüzAÝ7%ᄌcdUタᄌ3ôPۂタlンyHᆲᄑ$/yzᄒíàヌ'ÕÓ&`|S!<'ᄂ÷Zļᄐ2ホモ;ニ(ÅÛf
here is my code and two questions :
why it says to me that i can't bind the socket ?
normally it had closed it and kill it :/
and why it returns me plain text and not html ?
Regards and a pack of m&m's to the one who will help me on this two
questions.
import socket
import sys
# Create a TCP/IP
i v'e got this :
i've got toto.py :
import titi
def niwhom():
pass
and titi.py :
def nipang():
pass
how can i know in titi.py that's it's toto.py that is calling titi.py
and the path of toto ?
how can i inspect the call stack or an other way ?
Rega
Thanks all for your response i will try out this week, you have give
me sufficient hints.
Thanks again.
Bussiere
--
http://mail.python.org/mailman/listinfo/python-list
i've got toto.py :
import titi
def niwhom():
pass
and titi.py :
def nipang():
pass
how can i know in titi.py that's it's toto.py that is calling titi.py
and the path of toto ?
And
why :
bidule.py :
class bidetmusique:
pass
truc.py :
X = __import__("bidule")
why exec("X
i've got a python.txt that contain python and it must stay as it (python.txt)
how can i include it in my program ?
import python.txt doesn't work
is there a way :
a) to make an include("python.txt")
b) tell him to treat .txt as .py file that i can make an import python ?
i'am using python3
Regards
It seems to work perfectly
thanks a lot
Bussiere
Google Fan boy
On Thu, Sep 2, 2010 at 7:32 AM, alex23 wrote:
> bussiere bussiere wrote:
>> it's just as it seems :
>> i want to know how does ti works to get back an object from a string in
>> python :
>> pi
it's just as it seems :
i want to know how does ti works to get back an object from a string in python :
pickle.loads("""b'\x80\x03]q\x00(K\x00K\x01e.'""") #doesn't work
Google Fan boy
On Wed, Sep 1, 2010 at 5:23 AM, MRAB wrote:
> On 01/09/2
i know it's dirty, i know i should use json but i want to know, it's
quiet late here :
import pickle
dump = """b'\x80\x03]q\x00(K\x00K\x01e.'"""
print(pickle.loads(dump))
how can i get back my object from this string ?
the string is : b'\x80\x03]q\x00(K\x00K\x01e.'
and i'am using python3
help wil
hi i'am making a program for formatting string,
or
i've added :
#!/usr/bin/python
# -*- coding: utf-8 -*-
in the begining of my script but
str = str.replace('Ç', 'C')
str = str.replace('é', 'E')
str = str.replace('É', 'E')
str = str.replace('è', 'E')
str = str.rep
10 matches
Mail list logo