1

Pynsist ( http://pynsist.readthedocs.org/en/latest/index.html ) と呼ばれる Python プロジェクトを配布するために、この新しいツールを試しています。

それはすべてうまく機能しますが、何らかの理由でインストール後にパッケージが見つかりません。問題を解決するのは、パッケージを「pkg」フォルダーからメインフォルダーに移動することです。これは本当に独特です。私のinstaller.cfg:

[Application]
name=Seek scrapper
version=1.0
# How to launch the app - this calls the 'main' function from the 'myapp' package:
entry_point=Scrape_pages_to_txt:main

[Python]
version=3.3.5
bitness=32

[Include]
# Importable packages that your application requires, one per line
packages = requests
     bs4
     selenium
     xlsxwriter

# Other files and folders that should be installed
files = ad_urls.txt
    xlsx_writer.py
    Scrape_ads_from_urls.py

ここで何が間違っていますか?

4

0 に答える 0