Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Small changes on BitBucketConverter.py to compile with python 3.7.3#218

Open
gerdablum wants to merge 1 commit intoPortisch:masterfrom
gerdablum:patch-1
Open

Small changes on BitBucketConverter.py to compile with python 3.7.3#218
gerdablum wants to merge 1 commit intoPortisch:masterfrom
gerdablum:patch-1

Conversation

@gerdablum
Copy link

I tried to run the converter python script, as the online converter is down currently.
Python version 3.7.3, OS Version: Raspbian GNU/Linux 10 (buster)

There were a few issures I run into:

  1. dependency pycurl was missing. In order to install it i needed to install some system libraries:
 sudo apt install libcurl4-openssl-dev 
 sudo apt install libssl-dev

after that I was able to install pycurl via pip3 install pycurl

  1. script still did not compile because of a few typos (propably mixups between python 3 and python 2).
    I did some minor changes which I propose in this PR

After the changes I was able to run the script successfully with python 3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments