Re: Request to advise error for python.

2021-10-23 Thread tommy yama
Thank you MRAB. As somebody mentioned before, the easiest solution is you can do pip install before typing python. That would work. On Sun, Oct 24, 2021 at 12:00 AM MRAB wrote: > On 2021-10-23 14:53, tommy yama wrote: > > It seems you use windows to install. > > > > >

Re: Request to advise error for python.

2021-10-23 Thread tommy yama
It seems you use windows to install. Then, you need conda. Pip works for Linux. Check this out. https://numpy.org/install/ On Thu, Oct 21, 2021, 11:35 PM Grant Edwards wrote: > On 2021-10-21, Mats Wichmann wrote: > > > There are some nuances. If you are on a Linux system, Python is a > > s

Re: Unable to remove setup of 3.9.5 from Windows 10

2021-06-19 Thread tommy yama
Unrelated topic, but i thought Windows 10 will be retired anytime soon. On Sun, Jun 20, 2021 at 5:58 AM Mats Wichmann wrote: > On 6/19/21 10:14 AM, Manish Jain wrote: > > Hello Team, > > > > I have installed the Python 3.9.5 and trying to remove from the PC > through > > the Uninstall Program (A

Re: The importance of mental health

2021-05-12 Thread tommy yama
I do not know you and your past but guess destigmatization of mental illnesses is an important agenda to people, On Tue, May 11, 2021 at 8:34 AM Mirko via Python-list < python-list@python.org> wrote: > Am 10.05.2021 um 15:16 schrieb Kyle Stanley: > > Hey all, > > > > In these last few months, I

gTTS in python

2021-03-08 Thread tommy yama
Hi, Anyone might be familiar with gTTS ? https://pypi.org/project/gTTS/ Thanks. -- https://mail.python.org/mailman/listinfo/python-list

google text-to-speech python

2021-03-07 Thread tommy yama
Hi, Anyone familiar with how to change speech pace with python script? Thanks! -- https://mail.python.org/mailman/listinfo/python-list

Re: Running Jupyter Notebook

2021-02-10 Thread tommy yama
Hi, Have you tried this? python -m notebook On Wed, Feb 10, 2021 at 11:28 PM Rafael Llera wrote: > I installed Python and jupyter via pip, but when I run jupyter notebook I > keep getting the following error. > > Requirement already satisfied: pyparsing>=2.0.2 in > c:\users\mitzi\appdata\ro

Re: Jupyter notebooks to A4 (again)

2021-01-28 Thread tommy yama
Hi, A4article is not indicated in git as you had a look. :( Maybe that format (A4article) was depreciated already? On Fri, Jan 29, 2021 at 6:52 AM Martin Schöön wrote: > Den 2021-01-25 skrev tommy yama : > > Hi Martin, > > > > I noticed that i did use the same , > &g

Re: Jupyter notebooks to A4 (again)

2021-01-25 Thread tommy yama
Hi Martin, I noticed that i did use the same , formats are mentioned in git already. https://github.com/jupyter/nbconvert On Mon, Jan 25, 2021 at 6:47 AM Martin Schöön wrote: > Hello all, > > Some years ago I asked about exporting notebooks to pdf in > A4 rather than US Letter. I got help, rat

Saying bye bye to Python 2

2020-01-10 Thread tommy yama
As many know, python 2 was retired. 🐍 This means imminent migration to 3 will be a must ? I thought that upgrading is not that simple. thanks ! -- https://mail.python.org/mailman/listinfo/python-list

Re: hexdump module installation error

2019-12-21 Thread tommy yama
fixed now. I guess pip3 is linked to pip2 and installed python3 again. On Sat, Dec 21, 2019 at 8:44 AM tommy yama wrote: > Thanks to all giving me helpful comments. > Multiple hexdump files are found. Maybe that"s the reason. > > I guess i can figure out > > > > &

Re: hexdump module installation error

2019-12-21 Thread tommy yama
Thanks to all giving me helpful comments. Multiple hexdump files are found. Maybe that"s the reason. I guess i can figure out On Thu, Dec 19, 2019 at 5:29 PM Dennis Lee Bieber wrote: > On Thu, 19 Dec 2019 12:43:11 +0000, tommy yama > declaimed the following: > > > >

Re: hexdump module installation error

2019-12-19 Thread tommy yama
Yes. thanks for your enthusiasm. i may raise this in the git On Thu, Dec 19, 2019 at 12:46 PM Rhodri James wrote: > On 19/12/2019 12:43, tommy yama wrote: > > Thanks for your quick response i did not expect. > > I hope you see the error below in my response as i just copy

Re: hexdump module installation error

2019-12-19 Thread tommy yama
uch file or directory user@USERnoMacBook-Air LibraBrowser % Cheers, On Thu, Dec 19, 2019 at 12:21 PM Rhodri James wrote: > On 19/12/2019 11:23, tommy yama wrote: > > Thanks for your kind response. > > The error was simply "module Hexdump was not found". > > Severa

Re: hexdump module installation error

2019-12-19 Thread tommy yama
Thanks for your kind response. The error was simply "module Hexdump was not found". Regards, On Wed, Dec 18, 2019 at 11:39 PM Rhodri James wrote: > On 18/12/2019 02:23, tommy yama wrote: > > Hi, > > > > This sounds familiar to somebody? > > After upgrading

hexdump module installation error

2019-12-18 Thread tommy yama
Hi, This sounds familiar to somebody? After upgrading my mac OS to Catalina, this persists even after pip3 install hexdump. [image: image.png] thanks. -- https://mail.python.org/mailman/listinfo/python-list

Re: Unable to install Flask-Mongoengine

2019-12-15 Thread tommy yama
how about pip3? On Sun, Dec 15, 2019 at 5:16 PM Test Bot wrote: > Hi Guys, > > I am unable to install *Flask-Mongoengine* using pip. Here are my > specifications > > 1. *OS* => OSX 10.14.6 > 2. *Python* => Python 3.8.0 (Working in a virtualenv) > 3. *Dependency Manager* => pip(19.3.1), setuptool

Re: Looking for python pentest scripts

2019-11-10 Thread tommy yama
http://pentestmonkey.net/ On Mon, Nov 11, 2019 at 12:42 PM Terry Reedy wrote: > On 11/10/2019 7:32 PM, Bob Gailer wrote: > > > On Nov 10, 2019 6:40 AM, "nixuser" wrote: > >> can someone tell about good resource for python related pentesting > >> scripts? > >> any extensive list? > > > Try Goog

pip3 install keyboard did not work in my environment

2019-10-26 Thread tommy yama
Hi, keyboard module can be installed with pip3? Regards, -- https://mail.python.org/mailman/listinfo/python-list

Re: installing libraries

2019-10-16 Thread tommy yama
You can use python 3 spider probably. On Wed, Oct 16, 2019 at 7:22 PM Tesfalem Abraham wrote: > hello users, > > Here, I tried to start python 2.7 (spider) but I could not install or add > my lib to the working area. > > I do appreciate your suggestions for me. > > thanks. > -- > https://mail.py

Help Wanted for the error

2019-09-27 Thread tommy yama
Hi , Has anyone seen similar errors previously? I just encountered the error below and need to fix asap. File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/google/protobuf/descriptor_pool.py", line 175, in _CheckConflictRegister raise TypeError(error_msg) Ty

Re: TechRepublicDEVELOPERCXO JPMorgan's Athena has 35 million lines of Python code, and won't be updated to Python 3 in time

2019-09-13 Thread tommy yama
"35 million lines of python code" it is insane. On Fri, Sep 13, 2019 at 9:39 PM Skip Montanaro wrote: > > > https://www.techrepublic.com/google-amp/article/jpmorgans-athena-has-35-million-lines-of-python-code-and-wont-be-updated-to-python-3-in-time/ > > I doubt this is unusual, and presume JP M

Re: how to setup for localhost:8000

2019-03-01 Thread tommy yama
Here you go A port can be configurable. https://www.tutorialspoint.com/python/python_http_server.htm On Mon, Feb 25, 2019 at 12:48 PM Cameron Simpson wrote: > On 24Feb2019 19:00, 0x906 wrote: > >>> I am working on window 7 and Python 3.5 to setup a localhost:8000 > >>> but it did not get thro

Re: Cannot find reference 'bluetoothctl' in 'sh.py' less... (Ctrl+F1)

2018-11-15 Thread tommy yama
Hello there Have you tried it with npm? https://www.npmjs.com/package/bluetoothctl On Thu, 15 Nov 2018, 15:10 dieter srinivasan writes: > > As am newbie to python, I am planning to automate BT functionality test > > using Bluez "bluetoothctl" utility by writing python wrapper and robot > > fr

Re: Good editor for python

2018-11-11 Thread tommy yama
Komodo edit is enchanting personally, On Mon, 12 Nov 2018, 06:06 Andrew Z Brian, thank you for sharing. Looks very interesting. > > On Sun, Nov 11, 2018, 10:46 Brian J. Oney via Python-list < > python-list@python.org wrote: > > > Hi Olivier > > > > I am glad you did not trigger an editor war. I d

Re: Error in installing "conda-build"

2018-11-11 Thread tommy yama
sorry, this is solved. On Sun, Nov 11, 2018 at 12:49 PM tommy yama wrote: > Hi there, > > Anyone encountered the same problem? > > ommand "python setup.py egg_info" failed with error code 1 in > /private/tmp/pip-install-ReWrqJ/conda-build/ > > > Your advice

Error in installing "conda-build"

2018-11-10 Thread tommy yama
Hi there, Anyone encountered the same problem? ommand "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-install-ReWrqJ/conda-build/ Your advices would be appreciated. -- https://mail.python.org/mailman/listinfo/python-list

Re: SSHLibrary (PyNaCl and Cryptography) inst for Python 3.6.4 in Windows 10

2018-10-18 Thread tommy yama
It's mentioned that pypi includes what you need. https://pypi.org/project/robotframework-sshlibrary/ On Fri, 19 Oct 2018, 01:28 MRAB, wrote: > On 2018-10-18 07:28, Saila wrote: > > keskiviikko 17. lokakuuta 2018 20.18.55 UTC+3 Thomas Jollans kirjoitti: > >> On 2018-10-17 16:41, Saila wrote: > >

Re: Bottle framework references

2018-08-23 Thread tommy yama
More specifically, which online docs? > On 22 Aug 2018, at 8:38 am, Jason Friedman wrote: > >> >> I am building up the microsite based on Bottle framework now. >> Any references/books? I am unfamiliar with this framework yet. >> >> I have used it with success. The online documentation was su

Bottle framework references

2018-08-21 Thread tommy yama
What’s up? I am building up the microsite based on Bottle framework now. Any references/books? I am unfamiliar with this framework yet. Thanks! -- https://mail.python.org/mailman/listinfo/python-list

Re: Hi everyone

2017-05-24 Thread tommy yama
Hi Ian, yeah. feel free to ask for any relating python. thanks! On Thursday, May 25, 2017, Ian Kelly wrote: > On Wed, May 24, 2017 at 11:20 AM, Spaarwiel > wrote: > > > > Hi there, i was always interested in coding but never took the time to > learn it. > > > > So at age 34 i'm going to try a

Gephi development references

2017-04-22 Thread tommy yama
Hey there Pythoners, Hope you guys are all well. I am actually very interested in learning the gephi, a platform which is capable of easily developing a variety of awesome graphs. Dose anyone give me some code samples and resources which relates the gephi? Appreciated for reading this! T --

Re: Basics of pythons 🐍

2017-04-21 Thread tommy yama
Hi there, For what, you want to learn? On Sat, Apr 22, 2017 at 1:10 AM, Thomas Nyberg wrote: > On 04/21/2017 08:06 AM, harounelyaako...@gmail.com wrote: > > Hey everyone, I'm willing to learn python , ant advices ? > > Thanks in advance > > > Here is a tutorial: > > https://docs.python.org/

Re: mentor training python Romania with certification

2016-08-16 Thread tommy yama
Check it out. It is pretty basic material,though! https://www.python.org Go for it. On Tue, Aug 16, 2016 at 11:14 PM, blue wrote: > Hi. > > I'm from Romania. > I need to update my skils under python. > I need to find one mentor ( class, training ) to obtain one certified > under python lang

sample chatting apps in pyqt

2016-06-30 Thread tommy yama
Hi all, Let me post my question here Has anyone installed and run any of sample chat apps in pyqt? Although I've tried to install and run sample scripts in pyqt once, the error said pyqt must be reinstalled. Appreciate for your suggestions. Thanks. Tomo -- https://mail.python.org/mailman/list

Re: Errors in installation of matplotlib and pandas on Macbook

2016-06-30 Thread tommy yama
Hi there, Why you would not use pip and anaconda for panda installation? It seems much easier to do the same. https://www.continuum.io/downloads#_macosx *Tomomi

Re: Developers using Python QT framework ??

2016-05-15 Thread tommy yama
Hey there, Many thanks, Vincent, On Sun, May 15, 2016 at 11:15 PM, Vincent Vande Vyvre < vincent.vande.vy...@telenet.be> wrote: > Le 15/05/2016 13:19, tommy yama a écrit : > >> Hi folks, >> >> Are there people using QT cross-platform framework on the list? &g

Developers using Python QT framework ??

2016-05-15 Thread tommy yama
Hi folks, Are there people using QT cross-platform framework on the list? I appreciate for your advices and references regarding this. I am a novice python programmer who started using this framework. Thanks a lot in advance! Tomo -- https://mail.python.org/mailman/listinfo/python-list

[no subject]

2016-01-09 Thread tommy roberts
It will not allow my to run python 3.5.1 -- https://mail.python.org/mailman/listinfo/python-list

Questions on Pandas

2015-06-25 Thread Tommy C
Hi there, I have a number of questions related to the Pandas exercises found from the book, Python for Data Analysis by Wes McKinney. Particularly, these exercises are from Chapter 6 of the book. It'd be much appreciated if you could answer the following questions! 1. [code] Input: pd.read_csv(

Re: How to properly apply OOP in the bouncing ball code

2015-05-11 Thread Tommy C
.jpg") patrick.speed[0] = 5 patrick.speed[1] = 8 patrick.control() patrick.settings() jaws = BALL("jaws.jpg") jaws.speed[0] = 1 jaws.speed[1] = 10 jaws.control() jaws.settings() On Friday, May 8, 2015 at 11:40:46 AM UTC-4, Tommy C wrote: > I'm trying to apply OOP in this bou

How to properly apply OOP in the bouncing ball code

2015-05-08 Thread Tommy C
I'm trying to apply OOP in this bouncing ball code in order to have multiple balls bouncing around the screen. The objective of this code is to create a method called settings, which controls all the settings for the screen and the bouncing behaviour of multiple balls, under the class Ball. Howe

Re: Simplex Algorithm

2013-09-02 Thread Tommy Vee
On 9/2/2013 11:43 AM, Robert Kern wrote: On 2013-09-02 16:06, Tommy Vee wrote: On 9/2/2013 5:55 AM, Robert Kern wrote: On 2013-09-02 02:26, Tommy Vee wrote: Anyone know where I can get an easy to use Python class or algorithm for the Simplex optimization algorithm? I've tried the one i

Re: Simplex Algorithm

2013-09-02 Thread Tommy Vee
On 9/2/2013 5:55 AM, Robert Kern wrote: On 2013-09-02 02:26, Tommy Vee wrote: Anyone know where I can get an easy to use Python class or algorithm for the Simplex optimization algorithm? I've tried the one in the link below, but I can't figure out if a) I'm using it properly,

Re: Simplex Algorithm

2013-09-02 Thread Tommy Vee
On 9/2/2013 4:06 AM, Oscar Benjamin wrote: On Sep 2, 2013 2:31 AM, "Tommy Vee" wrote: > > Anyone know where I can get an easy to use Python class or algorithm for the Simplex optimization algorithm? I've tried the one in the link below, but I can't figure out if a)

Simplex Algorithm

2013-09-01 Thread Tommy Vee
Anyone know where I can get an easy to use Python class or algorithm for the Simplex optimization algorithm? I've tried the one in the link below, but I can't figure out if a) I'm using it properly, or b) where to get the solution. BTW, I tried some test scenarios using MS Excel's "Solver" an

Re: WxPython versus Tkinter.

2011-01-26 Thread Tommy Grav
now, you either have to fix Tkinter in a backwards compatible way to work with Python 2, or you have to get wxPython (or some other GUI package) ready for Python 3. Cheers Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: [Tutor] Finding the version # of a module, and py module problem

2010-08-06 Thread Tommy Grav
> -- > http://mail.python.org/mailman/listinfo/python-list dependencies = "numpy", "scipy" is a tuple of two strings, when you do your for loop you first get "numpy" (a string) and it does not have a .name attribute. Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: new to python - trouble calling a function from another function

2010-08-05 Thread Tommy Grav
. I'm not getting > anything though no matter where I place the function call. Like someone said before. Try to create the smallest subset of your code that shows this behavior and copy-paste it to the list and people will try to help. Right now there is no clear answer from what you

Re: find integers in f.readline()

2010-04-29 Thread Tommy Grav
gs of characters. I want to > extract just the lines like the one above, that start with an integer. > Any suggestions? Take a look at try and except. Using int(parts[0]) will raise an exception when it fails. Catch the exception and only save the lines when the try does not fail. Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: no module named exceptions?

2010-04-01 Thread Tommy Grav
more information. >>> import exceptions >>> Tommy On Apr 1, 2010, at 1:29 PM, Shashwat Anand wrote: > There i no module named 'exceptions' in python 2.6 as well as python 3.1 What > are you expecting ? > > On Thu, Apr 1, 2010 at 10:42 PM, Joaquin Abian

Re: MemoryError, can I use more?

2010-02-14 Thread Tommy Grav
ure of, but switching to a 64bit python on a 64bit OS (snow leopard) means that I now frequently move past this boundary (when I have enough memory of course :) Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: MemoryError, can I use more?

2010-02-14 Thread Tommy Grav
RAM? It is not just the machine. If your python is compiled as 32bit then it will be limited to 2GB. To use more you have to use a 64 bit python on a 64 bit machine. Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: ActivePython 2.6.4.10 is now available

2010-02-05 Thread Tommy Grav
llers for the following platforms: > > - Windows/x86 > - Windows/x64 (aka "AMD64") > - Mac OS X Is the Mac OS X version still only 32 bit? If so does ActiveState plan to make binaries for 64bit builds for Snow Leopard? Cheers Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: (unknown)

2009-11-16 Thread Tommy Grav
tive. > > But the above numbers don't match. It is more complicated than that. For negative numbers the value is degrees -minutes/60. - seconds/3600. And people always trip up on numbers that start with -00 :) Cheers Tommy -- http://mail.python.org/mailman/listinfo/python-list

Struct on on x86_64 mac os x

2009-10-20 Thread Tommy Grav
m == 200: cls.asize = 826 else: raise ValueError("JPL ephem file is in unknown format %d" % (cls.denum)) Cheers Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: Mac OS 9.2

2009-08-21 Thread Tommy Nordgren
3 and 2.3 that worked on MacOS 9 Maybe Google will help you locate a copy. -- What is a woman that you forsake her, and the hearth fire and the home acre, to go with the old grey Widow Maker. --Kipling, harp song of the Dane women Tommy Nordgren tommy.nordg...@comhem.se --

Re: I am trying to compile python 2.6.2 on my Mac

2009-07-28 Thread Tommy Nordgren
ody, the producer replies : "What parody?" Tommy Nordgren tommy.nordg...@comhem.se -- http://mail.python.org/mailman/listinfo/python-list

Re: [Mac] file copy

2009-06-24 Thread Tommy Nordgren
ubles. Diez -- the cp command copies INCLUDING resource forks, since tiger. -- "Home is not where you are born, but where your heart finds peace" - Tommy Nordgren, "The dying old crone" tommy.nordg...@comhem.se -- http:

Re: IDLE spinning beach ball on OS X 10.3.9 Panther

2009-01-04 Thread Tommy Nordgren
or crashed, but only that it does something time consuming on the main thread (the one that handles UI) -- "Home is not where you are born, but where your heart finds peace" - Tommy Nordgren, "The dying old crone&

Re: Get applications to open a given file (Mac and, or Windows)

2008-12-23 Thread Tommy Nordgren
://mail.python.org/mailman/listinfo/python-list On mac, there are the modules Carbon.Launch and Carbon.LaunchServices Maybe you'll find useful items in the PyObjC framework as well - This sig is dedicated to the advancement of Nuclear Power Tommy Nor

Re: Python's popularity

2008-12-22 Thread Tommy Grav
ac and a lot of linux distros use python as an integral part of their OS development, so most of these actually come with some python pre-installed (and one should not remove it unless you want to screw up your OS). Cheers Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: Python's popularity

2008-12-22 Thread Tommy Grav
With Cython, I, think it will even start taking over some of the speed critical niche from C and Fortran. Cheers Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: how to convert ‘\xf0' to 0xf0 ?

2008-12-11 Thread Tommy Nordgren
"Home is not where you are born, but where your heart finds peace" - Tommy Nordgren, "The dying old crone" tommy.nordg...@comhem.se -- http://mail.python.org/mailman/listinfo/python-list

Re: Guido's new method definition idea

2008-12-06 Thread Tommy Grav
and I start loosing track of what each of the character means. It is fine when you are used to the language, but learning it becomes a harder proposition. self.foo is self-explanatory (no pun intended) to me, $foo is not. Cheers Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: HELP!...Google SketchUp needs a Python API

2008-11-28 Thread Tommy Grav
From the long header: X-Read-This:This message is not from GvR the creator of Python. My guess i My guess is that r is behind this himself. Tommy On Nov 28, 2008, at 7:56 PM, Dennis Lee Bieber wrote: On 29 Nov 2008 00:26:06 GMT, Giudo von Rossom <[EMAIL PROTECTED]> declaim

Re: Installing Python2.6 on Mac Os (Leopard)

2008-11-17 Thread Tommy Nordgren
" to your bash login file -- "Home is not where you are born, but where your heart finds peace" - Tommy Nordgren, "The dying old crone" [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Can Python fix vcard files?

2008-10-16 Thread Tommy Nordgren
tinfo/python-list -- Skinheads are so tired of immigration, that they are going to move to a country that don't accept immigrants! Tommy Nordgren [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Fwd: string concatenate

2008-10-01 Thread Tommy Grav
m', 'e', '[', '7', ']', 'n', 'a', 'm', 'e', '[', '8', ']', 'n', 'a', 'm', 'e', '[', '9', ']'] but I would like to have it as: name1 name2 name3 ...name10 How can I do it? Thank you, Ionut > nameAll = [] > for i in xrange(1,10,1): >n = "name" + str(i) >nameAll.append(n) > print nameAll ['name1', 'name2', 'name3', 'name4', 'name5', 'name6', 'name7', 'name8', 'name9'] list.append() is the right tool for adding new elements to a list. Cheers Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: string concatenate

2008-10-01 Thread Tommy Grav
m', 'e', '[', '7', ']', 'n', 'a', 'm', 'e', '[', '8', ']', 'n', 'a', 'm', 'e', '[', '9', ']'] but I would like to have it as: name1 name2 name3 ...name10 How can I do it? Thank you, Ionut > nameAll = [] > for i in xrange(1,10,1): >n = "name" + str(i) >nameAll.append(n) > print nameAll ['name1', 'name2', 'name3', 'name4', 'name5', 'name6', 'name7', 'name8', 'name9'] list.append() is the right tool for adding new elements to a list. Cheers Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: Cython dynamic library problem

2008-09-18 Thread Tommy Grav
On Sep 18, 2008, at 12:35 PM, Rob Wolfe wrote: I would try to use `distutils` because this package is much wiser than me and knows all necessary switches for gcc. ;) That worked! Thanks Cheers Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: Cython dynamic library problem

2008-09-18 Thread Tommy Grav
On Sep 18, 2008, at 12:35 PM, Rob Wolfe wrote: I would try to use `distutils` because this package is much wiser than me and knows all necessary switches for gcc. ;) That worked! Thanks Cheers Tommy -- http://mail.python.org/mailman/listinfo/python-list

Cython dynamic library problem

2008-09-18 Thread Tommy Grav
7;t map where integration_test.py is from astroPyX import pyx_integration pyx_integration.test(0) pyx_integration.test(100) Does anyone know what the ImportError means and how to correct it? Cheers Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: Setter Propertys' mro?

2008-09-06 Thread Tommy Grav
. Cheers Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: Converting .doc to .txt in Linux

2008-09-04 Thread Tommy Nordgren
g/> A free office suite. ----- This sig is dedicated to the advancement of Nuclear Power Tommy Nordgren [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Parsing of a file

2008-08-07 Thread Tommy Grav
got me thinking about wether there was another way to do it. I had tried a few approaches, but I had not considered the .split() and .split("="). Of course the list members quickly came up with a simple and elegant solution. And I learned a lot in the proc

Parsing of a file

2008-08-06 Thread Tommy Grav
? Cheers Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: Decimals not equalling themselves (e.g. 0.2 = 0.2000000001)

2008-08-03 Thread Tommy Nordgren
notify me immediately by replying to this message and deleting it and all copies and backups thereof. Thank you. -- http://mail.python.org/mailman/listinfo/python-list -- What is a woman that you forsake her, and the hearth fire and the home acre, to go with the old grey Widow Maker. --K

Re: like py2exe, but on a mac

2008-07-28 Thread Tommy Nordgren
On 28 jul 2008, at 20.22, William McBrine wrote: On Mon, 28 Jul 2008 19:51:26 +0200, Tommy Nordgren wrote: There is Platypus, a general open source program to wrap a script in an Macintosh (GUI) Application. Thanks. I tried Platypus, and it's close to what I want. But I still can'

Re: like py2exe, but on a mac

2008-07-28 Thread Tommy Nordgren
inary data -- Skinheads are so tired of immigration, that they are going to move to a country that don't accept immigrants! Tommy Nordgren [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: fromfile error on windows, not mac

2008-07-23 Thread Tommy Nordgren
n, that they are going to move to a country that don't accept immigrants! Tommy Nordgren [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: like py2exe, but on a mac

2008-07-13 Thread Tommy Nordgren
-list Platypus can bundle any script into an .app bundle. --- See the amazing new SF reel: Invasion of the man eating cucumbers from outer space. On congratulations for a fantastic parody, the producer replies : "What parody?" Tommy Nordgren [

Re: Python-3.0b1 build fails on Linux : _gestalt

2008-06-19 Thread Tommy Nordgren
ory from a machine with Darwin/Mac OS X --- See the amazing new SF reel: Invasion of the man eating cucumbers from outer space. On congratulations for a fantastic parody, the producer replies : "What parody?" Tommy Nordgren [EMAIL PROTECTED] -- ht

Re: [SPAM] ¡¶python in a nutshell¡·and¡ ¶programming python¡·

2008-06-19 Thread Tommy Nordgren
on of the man eating cucumbers from outer space. On congratulations for a fantastic parody, the producer replies : "What parody?" Tommy Nordgren [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: lists to save in a tuple

2008-06-09 Thread Tommy Grav
1,2,3] >>> b = ['a','b','c'] >>> zip(a,b) [(1, 'a'), (2, 'b'), (3, 'c')] >>> Cheers Tommy On Jun 9, 2008, at 9:27 AM, Nader wrote: Hello, I have two lists and would save them in a tuple. a = [1,2,3] b = [&#x

Re: how to build a street with more than 1 house ?

2008-06-06 Thread Tommy Grav
, how do I get the right results ? If memory serves me right look into __rmul__(). Cheers Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: Q about object identity

2008-06-06 Thread Tommy Grav
he same id() signature. Cheers Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: gcc error in Mac OS X

2008-06-04 Thread Tommy Grav
What happens when you run which gcc Cheers Tommy On Jun 4, 2008, at 6:50 PM, Zhaojie Boulder wrote: Hello, I am new to Mac and used python in linux before. What I am trying to do is to install "Ipython" and "PyCogent" in Mac OS X. For PyCogent, after entering the p

Re: Books for programmers

2008-06-04 Thread Tommy Nordgren
thon-list -- Skinheads are so tired of immigration, that they are going to move to a country that don't accept immigrants! Tommy Nordgren [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Getting up and running with Python on a Mac

2008-06-01 Thread Tommy Nordgren
e Thomas Philips -- http://mail.python.org/mailman/listinfo/python-list -- What is a woman that you forsake her, and the hearth fire and the home acre, to go with the old grey Widow Maker. --Kipling, harp song of the Dane women Tommy Nordgren [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: SMS sending and receiving from website?

2008-05-31 Thread Tommy Grav
scale beyond a few messages per month. This is a service that is going to cost you to implement. Cheers Tommy -- http://mail.python.org/mailman/listinfo/python-list

mysqldb install problem

2008-05-29 Thread Tommy Grav
from _mysql.c:29: /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/ pyconfig.h:807:1: warning: this is the location of the previous definition error: command 'gcc' failed with exit status 1 Anyone know what is going on? Cheers Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: import X vs from x import *

2008-05-22 Thread Tommy Grav
functions remain in that namespace. The latter all functions are imported into the local namespace. Cheers Tommy (actually norwegian) -- http://mail.python.org/mailman/listinfo/python-list

Re: Get all the instances of one class

2008-05-18 Thread Tommy Nordgren
memberlist when created; # note: objects won't be garbage collected until removed from memberlist. - This sig is dedicated to the advancement of Nuclear Power Tommy Nordgren [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: text adventure game problem

2008-04-10 Thread Tommy Nordgren
zing new SF reel: Invasion of the man eating cucumbers from outer space. On congratulations for a fantastic parody, the producer replies : "What parody?" Tommy Nordgren [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: Homework help

2008-04-01 Thread Tommy Grav
On Apr 1, 2008, at 12:29 PM, [EMAIL PROTECTED] wrote: > On Apr 1, 12:17 pm, Paul Rubin wrote: >> [EMAIL PROTECTED] writes: >>> I don't necessarily want the answers, but need help on how to >>> approach >>> it/the steps i need to solve the problems >> >> What parts are

Re: SV: Polymorphism using constructors

2008-03-04 Thread Tommy Grav
On Mar 4, 2008, at 4:53 PM, Jeff Schwab wrote: > What does "SV" in the subject mean? SV = "Svar" is the Norwegian word for Reply. Cheers Tommy -- http://mail.python.org/mailman/listinfo/python-list

Re: Book Recomendations

2008-03-02 Thread Tommy Nordgren
l. > > Thanks > > Ira > -- > http://mail.python.org/mailman/listinfo/python-list I would recommend "Programming Python", by Mark Lutz, from O'Reillys ------ "Home is not where you are born, but where yo

Re: Downlod from FTP, pickle

2008-01-17 Thread Tommy Nordgren
ter space. On congratulations for a fantastic parody, the producer replies : "What parody?" Tommy Nordgren [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list

Re: IDLE won't start in Python 2.5 for Windows

2008-01-11 Thread Tommy Nordgren
try 2) Searching for IDLE preference files and delete them. Corrupt preference settings are a common cause for application misfunction on all Operating Systems. -- "Home is not where you are born, but where your heart finds peace" - Tommy

  1   2   >