Git Product home page Git Product logo

playground3's People

Contributors

heibaiyanhuo avatar sethjn-jhu avatar sethnielson avatar vgopal3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

playground3's Issues

To remove pnetworking switch

Please edit the .playground/networking.ini file directly. You'll see that there is a section about connections with a reference to the old switch.

FileNotFound Exception after the recent playground update

Getting this error after the latest update. IT says some connector file doesn't belong. Here is the stacktrace.

Traceback (most recent call last):
  File "/home/manan/Assignment1b/netsec_fall2017/lab_1e/submission.py", line 59, in <module>
    coro = playground.getConnector("PT1").create_playground_server(lambda: MoviesServer(), 101)
  File "/home/manan/Assignment1b/lib/python3.5/site-packages/playground/network/devices/vnic/connect.py", line 352, in getConnector
    self.reloadConnectors()
  File "/home/manan/Assignment1b/lib/python3.5/site-packages/playground/network/devices/vnic/connect.py", line 348, in reloadConnectors
    for pathName in os.listdir(connectorLocation):
FileNotFoundError: [Errno 2] No such file or directory: '/home/manan/.playground/connectors'

Incorrect import path for test module

The command python -m test.ThroughputTester always gives me a ModuleNotFoundError. I check the module path and find the reason is the Python interpreter will identify the module test as a built-in module instead of the module in playground. I get these path information when I use the interactive command line.
image
Here, though the test module and the playground module are all in the site-packages, the test module is identified as the built-in module.
The easiest way to solve the problem is to change a name for test, like playgroundtest. I don't know if others have this problem, but I test it on macOS and Ubuntu, the issues are the same.

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.