• Help with Python

    From Nighthawk@21:1/146.1 to All on Saturday, November 25, 2017 21:29:02
    Hello my friends,

    I just realized that my Mac already has Python 2.7 installed by default and decided to start playing around with a few of the Python apps developed by
    the community.

    So, I picked up ACiD's CNN module, and downloaded it. Following the instructions file, I started installing the missing Python modules, but with urllib and textwrap I got the following error message:

    flbessa$ sudo -H pip install urllib
    Collecting urllib
    Could not find a version that satisfies the requirement urllib (from versions: )
    No matching distribution found for urllib

    Same stuff happened with textwrap. Any ideas?

    ----
    Regards from Nighthawk - AKA Flavio Bessa
    Sysop of Saturn's Orbit BBS - Rio de Janeiro, Brazil
    fcbessa@gmail.com - saturnsorbit.hopto.org

    --- Mystic BBS v1.12 A35 (macOS/64)
    * Origin: Chiron, orbiting Saturn - Brazil (21:1/146.1)
  • From dream master@21:1/163 to Nighthawk on Saturday, November 25, 2017 17:24:15
    On 11/25/17, Nighthawk said the following...
    So, I picked up ACiD's CNN module, and downloaded it. Following the instructions file, I started installing the missing Python modules, but with urllib and textwrap I got the following error message:
    flbessa$ sudo -H pip install urllib
    Collecting urllib
    Could not find a version that satisfies the requirement urllib (from versions: )
    No matching distribution found for urllib

    i think you need to do pip install urllib

    |08 .|05ú|13ù|15Dr|07e|08am Ma|07st|15er|13ù|05ú|08.
    |08 øù|05ú|13ùø |13øù|05ú|08ùø
    |11 DoRE|03!|11ACiDiC|03!|11Demonic |08[|15dreamland|09.|15darktech|09.|15org|08]

    --- Mystic BBS v1.12 A36 2017/11/23 (Windows/64)
    * Origin: |08--[|15!|07dreamland BBS dreamland.darktech.org (21:1/163)
  • From pequito@21:1/126 to Nighthawk on Saturday, November 25, 2017 20:08:24
    On 11/25/17, Nighthawk said the following...

    Hello my friends,

    I just realized that my Mac already has Python 2.7 installed by default and decided to start playing around with a few of the Python apps developed by the community.

    Add this to the top of the file:

    #!/usr/bin/python

    Should fix the issue.

    Cheers!
    Pequito

    --- Mystic BBS v1.12 A36 2017/11/23 (Linux/32)
    * Origin: Twinkle BBS # (21:1/126)
  • From Nighthawk@21:1/146.1 to dream master on Sunday, November 26, 2017 11:52:13
    On 11/25/17, dream master said the following...

    i think you need to do pip install urllib

    But that's exactly what I did, and it said that this distribution does
    not exist...

    ----
    Regards from Nighthawk - AKA Flavio Bessa
    Sysop of Saturn's Orbit BBS - Rio de Janeiro, Brazil
    fcbessa@gmail.com - saturnsorbit.hopto.org

    --- Mystic BBS v1.12 A35 (macOS/64)
    * Origin: Chiron, orbiting Saturn - Brazil (21:1/146.1)
  • From dream master@21:1/163 to Nighthawk on Sunday, November 26, 2017 12:59:11
    On 11/26/17, Nighthawk said the following...
    i think you need to do pip install urllib
    But that's exactly what I did, and it said that this distribution
    does not exist...

    then hit the author up.

    |08 .|05ú|13ù|15Dr|07e|08am Ma|07st|15er|13ù|05ú|08.
    |08 øù|05ú|13ùø |13øù|05ú|08ùø
    |11 DoRE|03!|11ACiDiC|03!|11Demonic |08[|15dreamland|09.|15darktech|09.|15org|08]

    --- Mystic BBS v1.12 A36 2017/11/25 (Windows/64)
    * Origin: |08--[|15!|07dreamland BBS dreamland.darktech.org (21:1/163)