Lukasz added the comment:
In fact I dont know what should I do.
Can I install any module via pip to solve this problem ?
On android version of python I dont have access to directory like:
Lib/lib2to3/pgen2/driver.py
--
___
Python tracker
Lukasz added the comment:
I think this is the same problem but I want to use the script from the phone
(mobile version of python) so I do not know how to solve it.
--
___
Python tracker
<https://bugs.python.org/issue33
Lukasz added the comment:
I have simmilar problem but im using python 2.7 on android. So I think I cant
use this solution
My problem:
https://bugs.python.org/issue33208
--
nosy: +Lukasz00500
___
Python tracker
<https://bugs.python.org/issue24
Change by Lukasz :
--
components: +IO
type: -> crash
versions: +Python 2.7
___
Python tracker
<https://bugs.python.org/issue33208>
___
___
Python-bugs-list mai
New submission from Lukasz :
Hello I have problem with script
Im am totaly beginner in python
I'm using Qpython ( python 2.7 on android)
So this is my error:
/data/user/0/org.qpython.qpy/files/bin/qpython-android5.sh
"/storage/emulated/0/qpython/scripts/InstaPy-master/quickstart.p
Lukasz Szybalski added the comment:
Hello,
We are having issues usign ftplib for implicit TLS over port 990
I'm referencing a solution that states
"For the implicit FTP TLS/SSL(defualt port 990), our client program must build
a TLS/SSL connection right after the socket is cr
Lukasz Mielicki added the comment:
Thank you for detailed explanation. Too bad tempfile is inherently
non-portable, but I'm fine with marshal.dumps as a w/a in this case.
I marshal to a temporary file to serialize input for Perforce command line
client which is capable of accepting mars
Lukasz Mielicki added the comment:
I'm seeing this on Windows with Python 2.7.6 (amd64). I can write to the
same file with other methods.
On 17 November 2013 18:36, Gregory Salvan wrote:
>
> Gregory Salvan added the comment:
>
> I can't reproduce this issue (on linux).
New submission from Lukasz Mielicki:
marshal.dump yields error when temporary file is given as a second argument.
import tempfile
import marshal
tmpfile = tempfile.TemporaryFile(mode='w+b')
# TypeError: marshal.dump() 2nd arg must be file
marshal.dump({}, tmpfile)
--
Lukasz Taczuk added the comment:
Could someone update the docs for python 2.7.3?
This ticket is marked as closed and b64decode still silently ignores non base64
chars, but the documentation (for 2.7.3) still states that while calling
b64decode "A TypeError is raised if (...) or if ther
Lukasz Szybalski <[EMAIL PROTECTED]> added the comment:
Is the ftp-tls able to use certificate to connect to ftps server?
I currently need to connect to state's ftps server which requires
certificate to be present when authenticating.
Is that option available? What is the curren
11 matches
Mail list logo