Giter Club home page Giter Club logo

Comments (6)

kbandla avatar kbandla commented on July 19, 2024

From [email protected] on October 07, 2009 13:44:57

I received the same issue. I am running:

Mac OS X 10.5.8,
Python 2.6.2,
GCC 4.0.1

from dpkt.

kbandla avatar kbandla commented on July 19, 2024

From [email protected] on October 08, 2009 07:53:09

I'm runnihg 2.5.2 on Ubuntu, but it could be that "as" is a reserved word in the
member variable "as" .

class foo:
... def init(self):
... self.as = 1234
:3: Warning: 'as' will become a reserved keyword in Python 2.6

I would change that member variable to a different name going forward.

from dpkt.

kbandla avatar kbandla commented on July 19, 2024

From [email protected] on October 09, 2009 09:12:33

in bgp.py, renaming c.as to c.asn on line 704, and b4.open.as to b4.open.asn on line
741 does make it compile. When I checked out the code from svn, this problem seems
to be fixed already. The as member was also corrected to asn in the class
definition, which should fix this bug correctly.

from dpkt.

kbandla avatar kbandla commented on July 19, 2024

From [email protected] on October 29, 2009 02:06:20

I'm running 10.6 (python 2.6) and I've gotten past this error, as it's been fixed in the svn branch.

Go checkout the svn trunk and it'll work. I'm now having a different problem though.

from dpkt.

kbandla avatar kbandla commented on July 19, 2024

From [email protected] on March 15, 2010 13:03:49

Ahh, I fixed it by changing all references to 'as' to 'AS' instead. I should've
checked here (or the SVN trunk) first. :-P

from dpkt.

kbandla avatar kbandla commented on July 19, 2024

From dugsong on March 25, 2010 19:58:11

This was fixed 2 years ago in revision 51 . We will cut a new package shortly so we stop
seeing people running into this.

Status: Invalid

from dpkt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.