473,396 Members | 2,013 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

python confusion possibly related to pickle


I have a problem that I don't understand at all. I run a python script,
which uses pickle, and it fails. That alone is, perhaps, no big deal.

The problem that's got me annoyed is that after getting said error I
close the shell window, open a new one, run the python interpreter and
type "import pickle" and get the error that the script I'd run earlier
caused. Why is this ?

To my knowledge, once python stopped running it didn't store anything
related to the last time it was run.
Jun 27 '08 #1
3 834

Never mind. I solved it. I had a file called pickle in the same folder I
was in when I ran python, and that's the file it was trying to import.

Duh @ me :s
Dennis wrote:
>
I have a problem that I don't understand at all. I run a python script,
which uses pickle, and it fails. That alone is, perhaps, no big deal.

The problem that's got me annoyed is that after getting said error I
close the shell window, open a new one, run the python interpreter and
type "import pickle" and get the error that the script I'd run earlier
caused. Why is this ?

To my knowledge, once python stopped running it didn't store anything
related to the last time it was run.
Jun 27 '08 #2
On Sun, May 18, 2008 at 08:28:34PM +0100, Dennis wrote:
The problem that's got me annoyed is that after getting said error I
close the shell window, open a new one, run the python interpreter
and type "import pickle" and get the error that the script I'd run
earlier caused. Why is this ?
Well, what's the error? Sounds like your system could be b0rked (or
at least your python installation)... but depending on the error,
there could be other explanations.

--
Derek D. Martin
http://www.pizzashack.org/
GPG Key ID: 0x81CFE75D
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQFIMIb5djdlQoHP510RAuCIAJ9gqW2MyJwSBrof8OZgE6 bLI4n1KgCgnRPY
GvHxBSwu8C87JdCubkLi09c=
=H7Ze
-----END PGP SIGNATURE-----

Jun 27 '08 #3
Derek Martin wrote:
On Sun, May 18, 2008 at 08:28:34PM +0100, Dennis wrote:
>The problem that's got me annoyed is that after getting said error I
close the shell window, open a new one, run the python interpreter
and type "import pickle" and get the error that the script I'd run
earlier caused. Why is this ?

Well, what's the error? Sounds like your system could be b0rked (or
at least your python installation)... but depending on the error,
there could be other explanations.
Nah, just a case of being in a directory of my home directory that has a
file called pickle.py in it. That file has a known error. I then ran
python interactively and typed "import pickle". As a result I end up
importing the file in my current directory instead of the python module
I want to import.

I was just being daft :-D
Jun 27 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Jacob H | last post by:
Hello all, Today I began writing a utility script that takes given binary files and puts them all into one datafile. My idea is to be able to access any binary data I want by indexing the...
0
by: Cameron Laird | last post by:
QOTW: "... 'ut assume that I have some other use case' isn't a valid use case". - Fredrik Lundh "Rolling your own solution, on the other hand, can end in a long road discovering what those...
0
by: Cameron Laird | last post by:
QOTW: "... 'ut assume that I have some other use case' isn't a valid use case". - Fredrik Lundh "Rolling your own solution, on the other hand, can end in a long road discovering what those...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.