Python Forum
Bad magic number. What is it ?
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bad magic number. What is it ?
#1
Hi all! With my Pycharm and my Linux I copied the entire project "pong"(a game from Git Hub) into my project "ping". I had to modify "from .states import classic, menu, mode, options, audio, ghost, splash, keybonding, get key". Python 3.5 asked to me to put all modules in a parenthese. Pong works well for the image but I don't hear any sound. Is it because I use Linux instead of Windows ? Now I paste the error I have about the "magic number":...................................................................... File "/home/sylvain/PycharmProjects/ping/data/states/classic.py", line 6, in <module>
    from .. import AI
ImportError: bad magic number in 'data.AI': b'\x03\xf3\r\n'.........Can someone explain, thanks
Reply


Messages In This Thread
Bad magic number. What is it ? - by sylas - Sep-19-2017, 03:22 PM
RE: Bad magic number. What is it ? - by sylas - Sep-20-2017, 02:58 AM
RE: Bad magic number. What is it ? - by metulburr - Sep-20-2017, 04:39 PM
RE: Bad magic number. What is it ? - by snippsat - Sep-20-2017, 05:14 PM
RE: Bad magic number. What is it ? - by sylas - Sep-20-2017, 05:52 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  magic related field in Django model sonh 1 1,276 Apr-24-2022, 12:37 PM
Last Post: sonh
  Need a little help with numpy array magic. pmf71 0 1,179 Dec-01-2021, 02:51 AM
Last Post: pmf71
  Magic Method Arithmetic Operators ClownPrinceOfCrime 3 2,360 Jan-10-2021, 03:24 PM
Last Post: ndc85430
  How to eliminate magic squares formed by the same numbers, but permuted frame 7 3,666 May-09-2019, 11:28 AM
Last Post: frame
  Magic method __str__ dan789 16 7,410 Dec-23-2018, 03:59 PM
Last Post: ichabod801
  [split] Bad magic number. What is it ? Douglas 2 5,306 Oct-22-2018, 10:38 AM
Last Post: Douglas
  How to add metakernel magic for python rikaki__ 0 2,041 Jul-04-2018, 02:49 AM
Last Post: rikaki__
  How to Create Very Very Special Class with too many magic methods ? harun2525 5 4,414 Apr-13-2017, 10:18 PM
Last Post: wavic

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020