Re: What’s the differences between these two pieces of code ?

2012-09-09 Thread Kwpolska
this as a standalone script. -- Kwpolska http://kwpolska.tk stop html mail | always bottom-post www.asciiribbon.org | www.netmeister.org/news/learn2quote.html GPG KEY: 5EAAEA16 -- http://mail.python.org/mailman/listinfo/python-list

Re: Missing library path (WIndows)

2012-09-29 Thread Kwpolska
the arguments to look properly with the crappy Windows cmd.exe encodings. They cannot be encoded for some reason. You may need magic, but I’m not quite sure what in Py3k (bytestrings?) -- Kwpolska http://kwpolska.tk stop html mail | always bottom-post www.asciiribbon.org | www.netmeister.org

Re: Missing library path (WIndows)

2012-09-30 Thread Kwpolska
On Sat, Sep 29, 2012 at 10:32 PM, FPEFPE fpespos...@gmail.com wrote: On Saturday, September 29, 2012 4:02:13 AM UTC-4, Kwpolska wrote: Python has problems with encoding the arguments to look properly with the crappy Windows cmd.exe encodings. They cannot be encoded for some reason. You may

Re: Help me abstract this (and stop me from using eval)

2012-10-03 Thread Kwpolska
= myissue.name language = 'polish' setattr(tempmes, language, row[1]) tempmes.save() -- Kwpolska http://kwpolska.tk stop html mail | always bottom-post www.asciiribbon.org | www.netmeister.org/news/learn2quote.html GPG KEY: 5EAAEA16 -- http://mail.python.org/mailman/listinfo/python-list

Re: Basic JSON question: Do I really need the quotes

2012-10-12 Thread Kwpolska
used by ConfigParser (close to INI, but not quite). Also, JSON is supposed to be generated by computers, not humans. -- Kwpolska http://kwpolska.tk stop html mail | always bottom-post www.asciiribbon.org | www.netmeister.org/news/learn2quote.html GPG KEY: 5EAAEA16 -- http://mail.python.org

Re: Where are documentation for Gnome

2012-10-13 Thread Kwpolska
/sources/eog/3.6/eog-3.6.0.tar.xz Have fun— oh wait. You can’t, because PyGTK is an unreadable mess. And you are working with undocumented stuff. -- Kwpolska http://kwpolska.tk stop html mail | always bottom-post www.asciiribbon.org | www.netmeister.org/news/learn2quote.html GPG KEY

Re: py2exe with python 3.x

2012-11-05 Thread Kwpolska
-- http://mail.python.org/mailman/listinfo/python-list Use cx_Freeze: http://cx-freeze.sourceforge.net/ -- Kwpolska http://kwpolska.tk stop html mail | always bottom-post www.asciiribbon.org | www.netmeister.org/news/learn2quote.html GPG KEY: 5EAAEA16 -- http://mail.python.org/mailman

Re: Format specification mini-language for list joining

2012-11-10 Thread Kwpolska
. As I said, it’s hard to even get this one changed because str.format is 4 years old. -- Kwpolska http://kwpolska.tk stop html mail | always bottom-post www.asciiribbon.org | www.netmeister.org/news/learn2quote.html GPG KEY: 5EAAEA16 -- http://mail.python.org/mailman/listinfo/python-list

Re: Yet another Python textbook

2012-11-19 Thread Kwpolska
are in Computer Modern. 2. IMO, you should be doing a bit more general usage programming, not science-specific. 3. Code highlighting for inline code and other languages, please. This are just my basic thoughts from looking through it. -- Kwpolska http://kwpolska.tk stop html mail | always bottom

Re: 10 sec poll - please reply!

2012-11-23 Thread Kwpolska
it simulate_pressing_keys_on_the_keyboard_without_getting_a_mechanical_arm_out_of_the_screen_and_pressing_the_keys_with_it(), but then you will need to create simulate_using_the_mouse_without_getting_a_mechanical_arm_out_of_the_screen_and_moving_the_mouse_or_pressing_its_buttons_with_it(), too. -- Kwpolska http://kwpolska.tk stop html mail | always bottom-post www.asciiribbon.org

Re: Establishing Https connection

2012-12-11 Thread Kwpolska
. -- Kwpolska http://kwpolska.tk stop html mail | always bottom-post www.asciiribbon.org | www.netmeister.org/news/learn2quote.html GPG KEY: 5EAAEA16 -- http://mail.python.org/mailman/listinfo/python-list

Re: Trying to make a basic Python score counter in a game... will not count.

2012-12-16 Thread Kwpolska
of the code here: https://www.box.com/s/2lupxeyk5jvsxs0zkdfb Copy of the code here: http://pastebin.com/MNdgiuSY Thanks in advance for your help... -- http://mail.python.org/mailman/listinfo/python-list winx = winx + 1 winy = winy + 1 PS. please do not use pastebin.com. -- Kwpolska http

Re: Trying to make a basic Python score counter in a game... will not count.

2012-12-16 Thread Kwpolska
On Sun, Dec 16, 2012 at 6:25 PM, ru...@yahoo.com wrote: On Sunday, December 16, 2012 10:09:53 AM UTC-7, Kwpolska wrote: [...] PS. please do not use pastebin.com. Why? -- http://mail.python.org/mailman/listinfo/python-list http://news.ycombinator.com/item?id=2595066 should answer this very

Re: Trying to make a basic Python score counter in a game... will not count.

2012-12-16 Thread Kwpolska
. -- Kwpolska http://kwpolska.tk stop html mail | always bottom-post www.asciiribbon.org | www.netmeister.org/news/learn2quote.html GPG KEY: 5EAAEA16 -- http://mail.python.org/mailman/listinfo/python-list

Re: Plz Suggest... How can i install the pure python package py-bidi in WIndows.

2012-12-22 Thread Kwpolska
? -- Kwpolska http://kwpolska.tk stop html mail | always bottom-post www.asciiribbon.org | www.netmeister.org/news/learn2quote.html GPG KEY: 5EAAEA16 -- http://mail.python.org/mailman/listinfo/python-list

Re: how to detect the character encoding in a web page ?

2012-12-24 Thread Kwpolska
guaranteed to get UTF-8. In today’s world, the proper assumption to make is “UTF-8 or GTFO”. Because nobody in the right mind would use something else today. -- Kwpolska http://kwpolska.tk stop html mail | always bottom-post www.asciiribbon.org | www.netmeister.org/news/learn2quote.html GPG KEY

Re: New to python, do I need an IDE or is vim still good enough?

2012-12-28 Thread Kwpolska
-mode Oh, by the way, after 7 days I'm completely in love with this python thing. I should have made the switch much earlier! That is great news. -- Kwpolska http://kwpolska.tk stop html mail | always bottom-post www.asciiribbon.org | www.netmeister.org/news/learn2quote.html GPG KEY

Re: PYTHON 3.3 + GUI + COMPILE

2012-12-29 Thread Kwpolska
suggest to avoid for your own sanity. -- Kwpolska http://kwpolska.tk stop html mail | always bottom-post www.asciiribbon.org | www.netmeister.org/news/learn2quote.html GPG KEY: 5EAAEA16 -- http://mail.python.org/mailman/listinfo/python-list

Re: python 6 compilation failure on RHEL

2012-08-20 Thread Kwpolska
/listinfo/python-list Do you really need to compile python2.6? RHEL has packages for python, and it's better to use pre-compiled packages rather than compile them yourself. Also, 2.6 is an old version that you should not be using 99% of the time. -- Kwpolska http://kwpolska.tk stop html mail

argparse localization support

2012-08-26 Thread Kwpolska
pliki do wyrzucenia optional arguments: -h, --helpshow this help message and exit -V, --version show program's version number and exit (a snippet of help for Trashman, a Python trash manager, with LANG='pl_PL.UTF-8'; https://github.com/Kwpolska/trashman ) Anyways, you can

Re: Vote tallying...

2013-01-18 Thread Kwpolska
On Fri, Jan 18, 2013 at 4:19 PM, Nick Cash nick.c...@npcinternational.com wrote: MySQL would certainly be fine, although I always recommend PostgreSQL over it. Bonus question, why? -- Kwpolska http://kwpolska.tk | GPG KEY: 5EAAEA16 stop html mail| always bottom-post http

Re: Beginner Tutorials

2013-01-19 Thread Kwpolska
, Kwpolska wrote: On Fri, Jan 18, 2013 at 6:04 PM, Rik rik.j...@gmail.com wrote: The reason for disabling right-click has nothing to do with protecting content, and everything to do with stopping my students from taking the lazy way out. http://lmgtfy.com/?q=don%27t+disable+right+click Given

Re: I have issues installing pycrypto (and thus fabric) with pip

2013-01-28 Thread Kwpolska
with the rest of the thing…) -- Kwpolska http://kwpolska.tk | GPG KEY: 5EAAEA16 stop html mail| always bottom-post http://asciiribbon.org| http://caliburn.nl/topposting.html -- http://mail.python.org/mailman/listinfo/python-list

Re: pip and distutils

2013-02-02 Thread Kwpolska
requirements in the requirements.txt, replaced by newlines. Example: Foo = 0.7 Bar = 2.4.5 Or something like that. -- Kwpolska http://kwpolska.tk | GPG KEY: 5EAAEA16 stop html mail| always bottom-post http://asciiribbon.org| http://caliburn.nl/topposting.html -- http

Re: how to change system-wide proxy settings by Python ?

2013-02-03 Thread Kwpolska
an example of this ? thanks in advance ! -- http://mail.python.org/mailman/listinfo/python-list This may help you: http://stackoverflow.com/questions/1068212/programmatically-detect-system-proxy-settings-on-windows-xp-with-python Next time, please use Google before you ask. -- Kwpolska http

Re: Is Python programming language?

2013-02-08 Thread Kwpolska
++ in that way. ChrisA -- http://mail.python.org/mailman/listinfo/python-list Did you mean: And if one is sufficiently sadistic to actually use C++ in any way. -- Kwpolska http://kwpolska.tk | GPG KEY: 5EAAEA16 stop html mail| always bottom-post http://asciiribbon.org

Re: Jinja2 installation help

2013-02-09 Thread Kwpolska
://www.pip-installer.org/en/latest/installing.html#using-get-pip -- Kwpolska http://kwpolska.tk | GPG KEY: 5EAAEA16 stop html mail| always bottom-post http://asciiribbon.org| http://caliburn.nl/topposting.html -- http://mail.python.org/mailman/listinfo/python-list

Re: news.gmane.org (was Re: Awsome Python - chained exceptions

2013-02-18 Thread Kwpolska
/python-list Or something even better: use the Mailman mailing list, http://mail.python.org/mailman/listinfo/python-list (mirrored to Usenet). -- Kwpolska http://kwpolska.tk | GPG KEY: 5EAAEA16 stop html mail| always bottom-post http://asciiribbon.org| http://caliburn.nl

Re: How to install development package on linux?

2013-03-02 Thread Kwpolska
. And in case it doesn’t, your distro sucks and you should find a better one. The development things are usually installed by default by most things. Distributions offer them in -dev or -devel packages. -- Kwpolska http://kwpolska.tk | GPG KEY: 5EAAEA16 stop html mail| always

Re: Dealing with exceptions

2013-03-02 Thread Kwpolska
reasons to do this. And, most of the time, you don’t. -- Kwpolska http://kwpolska.tk | GPG KEY: 5EAAEA16 stop html mail| always bottom-post http://asciiribbon.org| http://caliburn.nl/topposting.html -- http://mail.python.org/mailman/listinfo/python-list

Fwd: How to install development package on linux?

2013-03-02 Thread Kwpolska
On Sat, Mar 2, 2013 at 7:00 PM, Sarbjit singh sarbjit1...@gmail.com wrote: On Saturday, March 2, 2013 2:15:08 PM UTC+5:30, Kwpolska wrote: On Sat, Mar 2, 2013 at 7:24 AM, Sarbjit singh sarbjit1...@gmail.com wrote: Sorry for this basic question but I am having problem compiling mod_wsgi

Re: i need help

2013-03-03 Thread Kwpolska
else could he type those two question marks and 10 double-quotes? -- Kwpolska http://kwpolska.tk | GPG KEY: 5EAAEA16 stop html mail| always bottom-post http://asciiribbon.org| http://caliburn.nl/topposting.html -- http://mail.python.org/mailman/listinfo/python-list

Re: Binary for numpy 1.7.0 with Python 2.7.3

2013-03-21 Thread Kwpolska
SourceForge today. Python can be found on the website, http://www.python.org/getit/ and numpy is in the PyPI: https://pypi.python.org/pypi/numpy . Both links have Windows binaries, which I assume you want. -- Kwpolska http://kwpolska.tk | GPG KEY: 5EAAEA16 stop html mail| always bottom

Re: ImportError: No module named multipli

2013-03-24 Thread Kwpolska
, in module from multipli import table ImportError: No module named multipli both files are in the same directory. any help thanks in advance. -- http://mail.python.org/mailman/listinfo/python-list make them test.py and multipli.py. -- Kwpolska http://kwpolska.tk | GPG KEY: 5EAAEA16

Re: Help me pick an API design (OO vs functional)

2013-03-25 Thread Kwpolska
or something else? Window().focus() is the best IMO. PS. do you plan a version for non-Windows OSes? Also, €99 is too expensive. -- Kwpolska http://kwpolska.tk | GPG KEY: 5EAAEA16 stop html mail| always bottom-post http://asciiribbon.org| http://caliburn.nl

Nikola v7.0.0 released!

2014-05-19 Thread Chris “Kwpolska” Warrick
in the Nikola class (Issue #1100) * Use TIMEZONE with ``nikola new_post`` and ``nikola new_page``. (Issue #1088) - -- Chris “Kwpolska“ Warrick Release Manager for v7.0.0 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (GNU/Linux) iQEcBAEBAgAGBQJTdlWJAAoJEHECPb1equoW7scIAKxes94prdRFc1o9Ousj5CJG

Nikola v7.1.0 released!

2014-09-06 Thread Chris “Kwpolska” Warrick
regeneration after change of ``NAVIGATION_LINKS`` * Made ``nikola bootswatch_theme`` compatible with Jinja themes * Fixed submenus in Jinja themes (Issue #1327) * Quietly ignore empty lines in bundles files * Fixed wrong filter order in post_list plugin (Issue #1365) - -- Chris “Kwpolska” Warrick http

Re: Cross-Platform Python3 Equivalent to notify-send

2013-07-27 Thread Chris “Kwpolska” Warrick
. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- http://mail.python.org/mailman/listinfo/python-list

Re: Cross-Platform Python3 Equivalent to notify-send

2013-07-27 Thread Chris “Kwpolska” Warrick
Whoops! On Sat, Jul 27, 2013 at 1:30 PM, Chris “Kwpolska” Warrick kwpol...@gmail.com wrote: You already asked this on Thursday. And the answer is probably “no”. Creating …a solution for this is not the easiest thing one can do. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16

Re: Critic my module

2013-07-27 Thread Chris “Kwpolska” Warrick
? Mahalo, DCJ -- http://mail.python.org/mailman/listinfo/python-list import os pwd = os.getcwd pwd() '/home/kwpolska' os.chdir('/') pwd() '/' -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- http://mail.python.org

Re: ImportError: No module named appengine.ext

2013-07-31 Thread Chris “Kwpolska” Warrick
appengine.ext what to do please help . -- http://mail.python.org/mailman/listinfo/python-list You do not have the Google AppEngine packages installed on your system. You may want to get the AppEngine SDK or the AppEngine development server. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP

Re: PEP8 revised: max line lengths

2013-08-02 Thread Chris “Kwpolska” Warrick
of the stdlib, PEP 8 is not mandated by Python (but it might be by the project leader or similar entities). If someone wanted long lines, then they could do so ALL THE TIME. So, what are you feasting for? Nothing? -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail

Re: New VPS Provider needed

2013-08-27 Thread Chris “Kwpolska” Warrick
that. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- http://mail.python.org/mailman/listinfo/python-list

Re: Moving to Python for web

2013-08-29 Thread Chris “Kwpolska” Warrick
.) -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- http://mail.python.org/mailman/listinfo/python-list

Re: Moving to Python for web

2013-08-29 Thread Chris “Kwpolska” Warrick
you from your website going down when something crashes. You run the Emperor through your OS’s init system (e.g. upstart in Ubuntu, systemd in many others). -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- http

Re: Newbie: use of built-in exceptions

2013-09-01 Thread Chris “Kwpolska” Warrick
common sense instead: if the exception fits your needs (eg. ValueError when incorrect output occurs) then use it. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- http://mail.python.org/mailman/listinfo/python-list

Re: What does mean @ sign in first of statement

2013-09-01 Thread Chris “Kwpolska” Warrick
question. Yours, Mohsen -- http://mail.python.org/mailman/listinfo/python-list @hybrid_property is a decorator. Great resource: http://simeonfranklin.com/blog/2012/jul/1/python-decorators-in-12-steps/ -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom

Re: How can I remove the first line of a multi-line string?

2013-09-02 Thread Chris “Kwpolska” Warrick
element, making it ['bar', 'baz'] 3. Finally, '\n'.join() turns the list into a string separated by newlines (bar baz) -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- http://mail.python.org/mailman/listinfo/python-list

Re: How to display ReST properly on pypi?

2013-09-14 Thread Chris “Kwpolska” Warrick
. [kwpolska@kwpolska-lin config_resolver-3.3.0]% rst2html README.rst README.rst:67: (WARNING/2) Inline emphasis start-string without end-string. README.rst:108: (ERROR/3) Unknown interpreted text role py:class. README.rst:115: (ERROR/3) Unknown interpreted text role py:class. README.rst:121: (ERROR/3

Re: In Python language, what is (void) referring to?

2013-09-21 Thread Chris “Kwpolska” Warrick
On Sat, Sep 21, 2013 at 11:10 AM, Don Sylvia donsylvi...@gmail.com wrote: void...? -- https://mail.python.org/mailman/listinfo/python-list void does not exist in Python, unless you named a variable “void”. In that case, it means whatever you set it to. -- Chris “Kwpolska” Warrick

Re: How to login to a website using Python 3.x?

2013-09-25 Thread Chris “Kwpolska” Warrick
in Python 3 aint there. I will greatly appreciate any help urllib2 has been renamed in Python 3 see http://www.python.org/dev/peps/pep-3108/#urllib-package Note that, for sanity, you should use http://python-requests.org/ (a third-party package) instead. -- Chris “Kwpolska” Warrick http

Re: Referrer key missing form os.environ dictionary?

2013-09-25 Thread Chris “Kwpolska” Warrick
in the os.environ dictionary i issues a print( os.environ ) to see all available keys and their values: The Referer header is not mandatory by any means. Your client probably does not send it. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8

Re: UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb6 in position 0: invalid start byte

2013-09-29 Thread Chris “Kwpolska” Warrick
a sysadmin that will work for you and fix your problems for money”. Where can you find one? That’s not a question for me. I suggest looking around Greek websites, as someone speaking the same language as you could help you better. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16

Re: JUST GOT HACKED

2013-10-01 Thread Chris “Kwpolska” Warrick
) is the best option. Unless your password is very long, in which case is not. I’m also wondering what language your password is in. If you actually used a Greek phrase, how long will it take you to get locked out due to encoding bullshit? -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16

Fwd: JUST GOT HACKED

2013-10-01 Thread Chris “Kwpolska” Warrick
Why is this list not setting Reply-To correctly again? -- Forwarded message -- From: Chris “Kwpolska” Warrick kwpol...@gmail.com Date: Tue, Oct 1, 2013 at 3:55 PM Subject: Re: JUST GOT HACKED To: Νίκος nikos.gr...@gmail.com On Tue, Oct 1, 2013 at 3:42 PM, Νίκος nikos.gr

Re: JUST GOT HACKED

2013-10-02 Thread Chris “Kwpolska” Warrick
. Or the statement is a blatant lie and was meant to be mysql_password is not account_password as they have the same value, but are set independently. (too much Python Ale…) -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense

Re: Database statements via python but database left intact

2013-10-06 Thread Chris “Kwpolska” Warrick
some marketing fixes. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org/mailman/listinfo/python-list

Re: Database engine bindings for Python (was: Database statements via python but database left intact)

2013-10-06 Thread Chris “Kwpolska” Warrick
. The wiki (that nobody reads anyways) could also use some marketing fixes. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org/mailman/listinfo/python-list

Re: Database statements via python but database left intact

2013-10-06 Thread Chris “Kwpolska” Warrick
On Sun, Oct 6, 2013 at 1:36 PM, rusi rustompm...@gmail.com wrote: On Sunday, October 6, 2013 2:35:24 PM UTC+5:30, Chris “Kwpolska” Warrick wrote: So, instead of this, maybe we should work on getting psycopg2 to the top result on Googling “python sql”, or even “python mysql” with an anti

Re: Image manipulation

2013-10-06 Thread Chris “Kwpolska” Warrick
? In that case, go use Pillow, the Python 3-compatible fork. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org/mailman/listinfo/python-list

Re: Mysql's mysql module

2013-10-07 Thread Chris “Kwpolska” Warrick
On Oct 7, 2013 9:36 PM, Duncan Booth duncan.booth@invalid.invalid wrote: Skip Montanaro s...@pobox.com wrote: On Mon, Oct 7, 2013 at 1:08 PM, Tobiah t...@tobiah.org wrote: I just noticed this: http://dev.mysql.com/doc/connector-python/en/index.html * Does it adhere to the Python

Re: How to make Tkinter Listbox entry insensitive?

2013-10-10 Thread Chris “Kwpolska” Warrick
is not much of a hack. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org/mailman/listinfo/python-list

Re: OT: looking for best solutions for tracking projects and skills

2013-10-13 Thread Chris “Kwpolska” Warrick
-request -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org/mailman/listinfo/python-list

Re: indentation blocking in Python

2013-10-27 Thread Chris “Kwpolska” Warrick
: print(0) wait = input(press key) (I resisted the urge to add spaces around `=` and `==`, something most people want you to do.) -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org/mailman/listinfo

Re: Basic Python Questions - Oct. 31, 2013

2013-10-31 Thread Chris “Kwpolska” Warrick
would imagine that Python probably has that same capability. Definitely possible, but might take you a bit of work and knowledge of Windows internals (go ask Google). -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https

Re: Basic Python Questions - Oct. 31, 2013

2013-10-31 Thread Chris “Kwpolska” Warrick
/136/254/ [1]: http://sourceforge.net/projects/pywin32/files/pywin32/Build%20218/ -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org/mailman/listinfo/python-list

Re: To whoever hacked into my Database

2013-11-07 Thread Chris “Kwpolska” Warrick
they don’t get to see their double-spaced nonsense) AS WELL AS signatures. Well, world couldn’t be more wonderful than Nikos posting nothing. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org

Re: Immediate requirement - Sr. Business Analyst for Pricewaterhouse Coopers (PwC) in Tampa, FL.

2013-11-07 Thread Chris “Kwpolska” Warrick
. Moreover, this list/newsgroup IS NOT the valid place for job offers, Python or otherwise. Please stop sending them. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org/mailman/listinfo/python-list

Re: To whoever hacked into my Database

2013-11-10 Thread Chris “Kwpolska” Warrick
On Nov 10, 2013 9:01 PM, Rod Person rodper...@rodperson.com wrote: Tortoise? What's a tortoise? Is that a real question? If yes, then it's an animal, similar to a turtle. Ask Google or Wikipedia for more details. -- https://mail.python.org/mailman/listinfo/python-list

Re: Install Tkinter for Windows 7 64-bit

2013-11-11 Thread Chris “Kwpolska” Warrick
import Tk, Canvas, Frame, BOTH ImportError: No module named 'Tkinter' === In Python 3, 'Tkinter' was renamed to 'tkinter' (both sans quotes). Please change the file to reflect that (as the traceback points out, line 16). -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail

Re: Trying tcompile an use the Python 3.4a

2013-11-13 Thread Chris “Kwpolska” Warrick
you have). -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org/mailman/listinfo/python-list

Re: Trying tcompile an use the Python 3.4a

2013-11-13 Thread Chris “Kwpolska” Warrick
of various shenanigans in the redhatesque repos. Please help me install 'pip' so i can install the modules. http://www.pip-installer.org/en/latest/installing.html#install-or-upgrade-setuptools Get ez_setup.py and get-pip.py, and run them with the desired Python. -- Chris “Kwpolska” Warrick http

Re: Odd msg received from list

2013-11-15 Thread Chris “Kwpolska” Warrick
for you, and it will be sent to you once you've confirmed your subscription. You can always request a mail-back of your password when you edit your personal options. Once a month, your password will be emailed to you as a reminder. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop

Re: Static Website Generator

2013-11-16 Thread Chris “Kwpolska” Warrick
On Nov 16, 2013 3:45 PM, Silvio Siefke siefke_lis...@web.de wrote: Hello, i want try a static Website Generator. Has someone an advice for a simple and easy System to use? I want run my blog with it, so the system should run with my design of Website. I has try Pelican, but its i dont know

Re: Self-defence

2013-11-17 Thread Chris “Kwpolska” Warrick
to be precise) [0]: http://www.eternal-september.org/index.php?showpage=abuse -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org/mailman/listinfo/python-list

Re: Terry Jones: Monty Python to reunite for stage show

2013-11-19 Thread Chris “Kwpolska” Warrick
://mail.python.org/mailman/listinfo/python-list The PSF should buy all the tickets and give them out to Python devs. Or even invite the group to PyCon 2014. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https

Re: SetupTools

2013-11-25 Thread Chris “Kwpolska” Warrick
*** Tell your legal department that such notices have no legal power whatsoever and are just a waste of everyone’s bandwidth, time and the like. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org/mailman

Re: Is It Bug?

2013-12-08 Thread Chris “Kwpolska” Warrick
\a' 'a\\a' r'a\' File stdin, line 1 r'a\' ^ SyntaxError: EOL while scanning string literal r'\' File stdin, line 1 r'\' ^ SyntaxError: EOL while scanning string literal -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF

Re: Islam is the fastest growing religion in the world especially since sept. 11.

2013-12-13 Thread Chris “Kwpolska” Warrick
-list -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org/mailman/listinfo/python-list

Re: GUI:-please answer want to learn GUI programming in python , how should i proceed.

2013-12-15 Thread Chris “Kwpolska” Warrick
: £ = GBP. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org/mailman/listinfo/python-list

Re: unicode to human readable format

2013-12-22 Thread Chris “Kwpolska” Warrick
\u0119\u0142\u0144' print s [u'\u0105\u017c\u0119\u0142\u0144'] print s[0] ążęłń However, that is only the case with Python 2, as Python 3 has a human-friendly representation in the repr, too: s=[u'\u0105\u017c\u0119\u0142\u0144'] s ['ążęłń'] -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP

Re: Apache restart after source changes

2013-12-26 Thread Chris “Kwpolska” Warrick
uWSGI (in Emperor mode if possible/makes sense on Windows) and nginx is the best solution around, and auto-reload isn’t supported (for good reasons, as mentioned before). -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https

Re: Editor for Python

2014-01-08 Thread Chris “Kwpolska” Warrick
are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you. -- https://mail.python.org/mailman/listinfo/python-list -- Chris “Kwpolska” Warrick http

Re: imperative mood in docstrings

2014-02-09 Thread Chris “Kwpolska” Warrick
, in other words, act as if you were writing a dictionary and not Python code. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org/mailman/listinfo/python-list

Re: How to turn a package into something pip can install

2014-02-15 Thread Chris “Kwpolska” Warrick
` would be a waste of time (and would produce two almost-identical-but-not-quite tarballs). -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org/mailman/listinfo/python-list

Re: How to turn a package into something pip can install

2014-02-16 Thread Chris “Kwpolska” Warrick
sure both of these are what came with Ubuntu Precise. -- https://mail.python.org/mailman/listinfo/python-list It’s heavily outdated, and that IS the cause of your problem. pip 1.5 accepts such paths just fine. Please upgrade your pip. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP

Re: Python Requests script to login to a phpbb forum

2014-02-19 Thread Chris “Kwpolska” Warrick
) if Logout in r.text: print(We are in) (for the record, I added the session creation line and replaced requests. with session. so it uses your session. This code was not tested on a real phpBB forum; if everything you coded is correct, it will work.) -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP

Re: Wheezy.web - is it been developed?

2014-02-19 Thread Chris “Kwpolska” Warrick
offering help and support. You can often find good solutions for popular problems (like user accounts) without reinventing wheels. Flask is the easiest option, and it’s very popular. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes

Re: The sum of numbers in a line from a file

2014-02-20 Thread Chris “Kwpolska” Warrick
-- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org/mailman/listinfo/python-list

Re: test

2014-03-16 Thread Chris “Kwpolska” Warrick
the mailing list instead? It’s a much easier way to access this place. https://mail.python.org/mailman/listinfo/python-list -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org/mailman/listinfo/python-list

Re: Github down?

2014-03-21 Thread Chris “Kwpolska” Warrick
a couple days ago). Does that mean I'm a curmudgeon? :-) If you dislike social media (or prefer a nice website with graphs and such), then go there: https://status.github.com/ (though GitHub could qualify as social media for some…) -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16

Re: Time we switched to unicode?

2014-03-25 Thread Chris “Kwpolska” Warrick
software (like `unicodedata.name()` in Python), you’ll quickly find out the first is MICRO SIGN, and the other is GREEK SMALL LETTER MU. Such craziness is what makes Unicode Unicode. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense

Re: Calculating time differences given daylight savings time

2014-04-03 Thread Chris “Kwpolska” Warrick
/watch?v=-5wpm-gesOY -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org/mailman/listinfo/python-list

Re: change spacing to two instead of four with pep8 or flake8?

2014-04-08 Thread Chris “Kwpolska” Warrick
are never going to listen to anyways if you want 2 spaces per indentation level. If you *really* want to do 2 spaces (and look weird), then just ignore that. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https

Re: TeX $\times$ symbol not working in matplotlib?

2014-04-18 Thread Chris “Kwpolska” Warrick
}$ \ $(\circ)$ $\mathrm{of}$ $T(s)T(-s)$',\ fontsize=16) Moreover, in the next two things, you already did it right in the first place: plt.xlabel(r'$\sigma$', fontsize=16) plt.ylabel(r'$\mathrm{j}\omega$', fontsize=16) -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop

Re: Shared web hosting where python is *not* a second class citizen

2014-05-25 Thread Chris “Kwpolska” Warrick
place where it doesn't feel like python support is some sort of bone thrown out there just to say that they 'support' python. Heroku, Google App Engine, or pretty much any other Platform-as-a-Service provider. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always

Re: can I get 0./0. to return nan instead of exception?

2014-06-19 Thread Chris “Kwpolska” Warrick
: https://docs.python.org/2/library/math.html#math.isnan Check if the float x is a NaN (not a number). For more information on NaNs, see the IEEE 754 standards. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https

Fwd: What can Nuitka do?

2014-06-28 Thread Chris “Kwpolska” Warrick
produces a nicer .exe file. -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https://mail.python.org/mailman/listinfo/python-list

Re: why i can't install ez_setup

2014-06-28 Thread Chris “Kwpolska” Warrick
when trying to install. Also, you generally want to use get-pip.py instead, it will also get you pip in addition to setuptools: https://bootstrap.pypa.io/get-pip.py -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop html mail | always bottom-post | only UTF-8 makes sense -- https

Re: PEP8 and 4 spaces

2014-07-04 Thread Chris “Kwpolska” Warrick
in the original message: [47, 45, 45, 46, 46, 47, 45, 5, 46, 43, 46, 47, 47, 49, 31, 57, 52, 34, 42, 23] [RFC 5322]: http://tools.ietf.org/html/rfc5322#section-2.1.1 [RFC 2822]: http://tools.ietf.org/html/rfc2822#section-2.1.1 -- Chris “Kwpolska” Warrick http://kwpolska.tk PGP: 5EAAEA16 stop

  1   2   >