• 02-04-2022, 12:47:44
    #10
    onrz adlı üyeden alıntı: mesajı görüntüle
    Py setup.py --help

    Yaparak tekrar gönderir misiniz?
    setup.py build will build the package underneath 'build/'
    setup.py install will install the package

    Global options:
    --verbose (-v) run verbosely (default)
    --quiet (-q) run quietly (turns verbosity off)
    --dry-run (-n) don't actually do anything
    --help (-h) show detailed help message
    --no-user-cfg ignore pydistutils.cfg in your home directory
    --command-packages list of packages that provide distutils commands

    Information display options (just display information, ignore any commands)
    --help-commands list all available commands
    --name print package name
    --version (-V) print package version
    --fullname print <package name>-<version>
    --author print the author's name
    --author-email print the author's email address
    --maintainer print the maintainer's name
    --maintainer-email print the maintainer's email address
    --contact print the maintainer's name if known, else the author's
    --contact-email print the maintainer's email address if known, else the
    author's
    --url print the URL for this package
    --license print the license of the package
    --licence alias for --license
    --description print the package description
    --long-description print the long package description
    --platforms print the list of platforms
    --classifiers print the list of classifiers
    --keywords print the list of keywords
    --provides print the list of packages/modules provided
    --requires print the list of packages/modules required
    --obsoletes print the list of packages/modules made obsolete

    usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
    or: setup.py --help [cmd1 cmd2 ...]
    or: setup.py --help-commands
    or: setup.py cmd --help
  • 02-04-2022, 12:51:25
    #11
    Paket build olmadıysa
    Py setup.py build

    Sonrasında
    Py setup.py install

    hocam dosyayı bulduğunuz yerde dökümantasyon vardır. Bu şekilde ilerlemeniz çok zor.
  • 02-04-2022, 13:00:08
    #12
    onrz adlı üyeden alıntı: mesajı görüntüle
    Paket build olmadıysa
    Py setup.py build

    Sonrasında
    Py setup.py install

    hocam dosyayı bulduğunuz yerde dökümantasyon vardır. Bu şekilde ilerlemeniz çok zor.
    evet hocam var ama orda build falan demiyor sadece instal diyor ve kullanımı söylüyor. şimdi build ve install yaptım.

    dokümantasyon yazısı şu şekilde :



    -------------- INSTALLATION --------------
    easy_install http://htmlmuncher.com/htmlmuncher.egg
    OR:
    download the source from http://github.com/ccampbell/html-muncher
    cd html-muncher python setup.py install

    -------------- USAGE --------------
    http://htmlmuncher.com/#usage
    OR:
    munch --help

    -------------- EXAMPLES --------------
    to update a bunch of stylesheets and views: munch --css demo/css --html demo/views
    to update a single file with inline styles/javascript: munch --html demo/single-file/view-with-inline-styles.html
    you can also select specific files: munch --css file1.css,file2.css --html view1.html,view2.html
    or you can mix and match files and directories munch --css /my/css/directory,global.css --html /view/directory1,/view/directory2,/view/directory3,template.html

    yani anlattığı şeyler sadece kurulum ve kullanım, hangi programı açacağımı bile söylemiyor

    açacağım dosya sanırım munch dosyası içinde munch diye bir dosya var o sanırım, ama açıncada
    node:internal/modules/cjs/loader:936
    throw err;
    ^

    Error: Cannot find module 'C:UsersPCAppDataRoamingnpmnode_modulesmunchbinmun ch'
    ←[90m at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)←[39m
    ←[90m at Function.Module._load (node:internal/modules/cjs/loader:778:27)←[39m
    ←[90m at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)←[39m
    ←[90m at node:internal/main/run_main_module:17:47←[39m {
    code: ←[32m'MODULE_NOT_FOUND'←[39m,
    requireStack: []
    }

    Node.js v17.8.0

    diyor
  • 02-04-2022, 13:07:56
    #13
    Hocam bu program sadece komut satırı altında çalışır. Görsel bir ön yüz yani GUI gelmesini beklemeyin. Usage altında nasıl kullanacağınızı anlatmış. Bu anlatıma uygun şekilde deneme yapabilirsiniz.
  • 02-04-2022, 14:03:10
    #14
    onrz adlı üyeden alıntı: mesajı görüntüle
    Hocam bu program sadece komut satırı altında çalışır. Görsel bir ön yüz yani GUI gelmesini beklemeyin. Usage altında nasıl kullanacağınızı anlatmış. Bu anlatıma uygun şekilde deneme yapabilirsiniz.
    hocam program çalışmıyor işte yani giriyorum orda yazan komutu ama hiçbirşey olmuyor
  • 02-04-2022, 14:29:18
    #15
    node js kurulu mu bilgisayarında? Proje baya eski bağımlılıkları güncel versiyonlarda desteklemiyor olabilir bazı kütüphaneleri

    Bu kodu çalıştırmayı dener misin?
    munch --css demo/css --html demo/views
    Sonrasında demo klasöründeki css ve views klasörlerinde kodları kontrol edebilir misin?
    Hata veriyorsa hata
  • 02-04-2022, 14:42:58
    #16
    onrz adlı üyeden alıntı: mesajı görüntüle
    node js kurulu mu bilgisayarında? Proje baya eski bağımlılıkları güncel versiyonlarda desteklemiyor olabilir bazı kütüphaneleri

    Bu kodu çalıştırmayı dener misin?
    munch --css demo/css --html demo/views
    Sonrasında demo klasöründeki css ve views klasörlerinde kodları kontrol edebilir misin?
    Hata veriyorsa hata
    evet hocam kurulu.
    node:internal/modules/cjs/loader:936
    throw err;
    ^

    Error: Cannot find module 'C:UsersPCAppDataRoamingnpmnode_modulesmunchbinmun ch'
    ←[90m at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)←[39m
    ←[90m at Function.Module._load (node:internal/modules/cjs/loader:778:27)←[39m
    ←[90m at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)←[39m
    ←[90m at node:internal/main/run_main_module:17:47←[39m {
    code: ←[32m'MODULE_NOT_FOUND'←[39m,
    requireStack: []
    }

    Node.js v17.8.0

    böyle hata veriyor
  • 02-04-2022, 15:14:13
    #17
    Hocam paket bilgisayarınıza kurulu görülmüyor. Tekrar install etmeniz lazım. Komut satırını yönetici olarak çalıştırıp tekrar kurabilirsiniz .
  • 02-04-2022, 15:15:20
    #18
    Dediğim gibi 11 yıllık bir yazılım, her şey değişti.