

- Gpodder does not detect python install#
- Gpodder does not detect python portable#
- Gpodder does not detect python software#
- Gpodder does not detect python download#
Now extract the content of the file 'gpodder-3.x.x-win32.zip' (3 folders, 5 files) to '\Apps\gPodder\'. Open \Apps\gPodder\PyDLL and delete all files but 'python27.dll'įinally create an empty directory 'Data' under '\Apps\gPodder\' this is where we store the configuration and mp3 files. We just used this to get a version of the Python runtime. Now delete the 'gPodderPortable' directory. Navigate to '\Apps\gPodder\gPodderPortable\App\Python' and select all files and cut them (Crtl+X, Crtl+C), move up to '\Apps\gPodder\' and paste (Crtl+V). Run gPodderPortable_3.3.0_Rev_3.paf.exe and as the destination folder, pick 'Apps\gPodder' you just created. In there I create a new directory 'gPodder'
Gpodder does not detect python portable#
On my USB thumb drive, I have a \Apps folder that was many portable apps.
Gpodder does not detect python download#
Here's what I did to get a one-click portable podcast download solution:ĭownload the gPodder Portable /apps/internet/gpodder_portableĭownload the normal Windows gPodder /downloads GPodder comes with a command line version gpod.exe but that is not working within the PortableApps package. So I used gPodder for a while but it requires at least 4 clicks to download the latest podcasts. I've been using the PortableApps suite for years now, and it comes with two programs ' Juice and gPodder that do download podcasts.
Gpodder does not detect python install#
Then I would manually download each file and copy it over to my MP3 player.Įven on my home PC I would do the same for a while because I wouldn't install iTunes and tried to avoid installing other media software. So every few days I would go to an internet café check my email and the latest feeds in Google Reader. Because I travel a lot and listen to many podcasts, I need to download them somehow while on the road without having a computer with me.
Gpodder does not detect python software#
pytest-httpserver-1.0.4.A portable podcast downloader for Windowsįor quite a while I was looking for a portable podcast software for Windows. Media-sound/gpodder: add Python 3.10, fix tests The bug has been closed via the following commit(s):Ĭommit af1b429fe4bafcc7377b5bbba414068ef7ba3fb3 still, not sure whether that's the correct path or not. I'm not a python guy, but i found the missing attributes in package called pytest_httpserver ( ) which we do not have packaged. = short test summary info =įAILED tests/test_feedcore.py::test_easy - AttributeError: 'ContentServer' object has no attribute 'expect_request'įAILED tests/test_feedcore.py::test_redirect - AttributeError: 'ContentServer' object has no attribute 'expect_request'įAILED tests/test_feedcore.py::test_redirect_loop - AttributeError: 'ContentServer' object has no attribute 'expect_request'įAILED tests/test_feedcore.py::test_temporary_error_retry - AttributeError: 'ContentServer' object has no attribute 'expect_ordered_request' Tests/test_feedcore.py:108: AttributeError > httpserver.expect_ordered_request('/feed').respond_with_data(status=503)Į AttributeError: 'ContentServer' object has no attribute 'expect_ordered_request' _ test_temporary_error_retry _ĭef test_temporary_error_retry(httpserver): Tests/test_feedcore.py:96: AttributeError > httpserver.expect_request('/feed').respond_with_data(status=302, headers=redir_headers) """ verify that feedcore fetching will not loop indefinitely on redirects """ Tests/test_feedcore.py:70: AttributeError > httpserver.expect_request('/endfeed').respond_with_data(SIMPLE_RSS, content_type='text/xml')


> httpserver.expect_request('/feed').respond_with_data(SIMPLE_RSS, content_type='text/xml')Į AttributeError: 'ContentServer' object has no attribute 'expect_request'
