Skip to content
#

python-3

python logo

Python is a dynamically-typed garbage-collected programming language developed by Guido van Rossum in the late 80s to replace ABC. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.

Here are 6,803 public repositories matching this topic...

llamafilm
llamafilm commented Sep 9, 2020

Description of the issue

I'm building in a clean virtualenv with pyinstaller test.py --windowed
I can't launch the .app bundle by double-clicking nor with open ./test.app in Terminal.
It works fine if I run ./test.app/Contents/MacOS/test

Context information (for bug reports)

  • Output of pyinstaller --version: 4.0
  • Version of Python: 3.7.7
  • Platform: macOS 10.14.6
feature good first issue
bdollma
bdollma commented May 25, 2022

Packets read from PCAP create Single Burst streams with one packet.

https://github.com/cisco-system-traffic-generator/trex-core/blob/8a2002b6a0c5a4a8db997aa1da1b7bdbc2fd5aa7/scripts/automation/trex_control_plane/interactive/trex/stl/trex_stl_streams.py#L1345

This doesn't allow us to play with the Inter Packet Gap.
I suggest we change this to Multi Burst.

good first issue stl

Created by Guido van Rossum

Released February 20, 1991

Organization
python
Website
www.python.org
Wikipedia
Wikipedia

Related Topics

language ruby