why I cannot to install packages?

2022-09-15 Thread נתי שטרן
[image: image.png] -- https://mail.python.org/mailman/listinfo/python-list

WHAT THIS EXCEPTION MEANT? I ATTCHED SCREENSOHT

2022-09-09 Thread נתי שטרן
[image: image.png] -- -- https://mail.python.org/mailman/listinfo/python-list

Fwd: [pandas-dev/pandas] BUG: I CANT TO RECIEVING OUTPUT FROM DATAFRAME (Issue #48256)

2022-08-25 Thread נתי שטרן
הודעה שהועברה -- מאת: *נתי שטרן* תאריך: יום שישי, 26 באוגוסט 2022 נושא: Re: [pandas-dev/pandas] BUG: I CANT TO RECIEVING OUTPUT FROM DATAFRAME (Issue #48256) אל: pandas-dev/pandas < reply+abnbjwpfil765hhzxpb3l4wbcubnzevbnhhfbdb...@reply.github.com> עותק: pandas-dev/

Re: [CrowdStrike/falconpy] Why I recieved this output: (Discussion #760)

2022-08-25 Thread נתי שטרן
בתאריך יום חמישי, 25 באוגוסט 2022, מאת Joshua Hiller < notificati...@github.com>: > Hi @NSH531 - > > If passing an index doesn't help, you can probably get more assistance > from the Pandas issue board located here: https://github.com/pandas-dev/ > pandas/issues > > —

Re: [CrowdStrike/falconpy] Why I recieved this output: (Discussion #760)+pandas DataFrame error

2022-08-25 Thread נתי שטרן
2022-08-25 17:53 GMT‎+03:00‎, נתי שטרן : > Someone here is understanding at pandas? > > בתאריך יום חמישי, 25 באוגוסט 2022, מאת Joshua Hiller < > notificati...@github.com>: > >> This is pretty far out of scope, but reviewing the error message in your >> IDE i

Re: [CrowdStrike/falconpy] Why I recieved this output: (Discussion #760)+pandas DataFrame error

2022-08-25 Thread נתי שטרן
Someone here is understanding at pandas? בתאריך יום חמישי, 25 באוגוסט 2022, מאת Joshua Hiller < notificati...@github.com>: > This is pretty far out of scope, but reviewing the error message in your > IDE it appears you are passing scalars to the Dataframe. Since there is no > index, you're given

what's the problem??????

2022-07-14 Thread נתי שטרן
CODE: for nii in os.listdir("c:/users/administrator/desktop/nii"): from nilearn import plotting from nilearn import datasets atlas = datasets.fetch_atlas_msdl() # Loading atlas image stored in 'maps' atlas_filename = "C:/Users/Administrator/Desktop/64/64/2mm/maps.nii.gz"

Fwd: ml on medical images - keras

2022-07-14 Thread נתי שטרן
-- Forwarded message - מאת: נתי שטרן ‪Date: יום א׳, 10 ביולי 2022, 13:01‬ Subject: Re: ml on medical images - keras To: Neuroimaging analysis in Python p.s. all the pictures are in PNG FORMAT ‫בתאריך יום א׳, 10 ביולי 2022 ב-13:01 מאת נתי שטרן <‪nsh...@gmail.com‬‏>:‬ &g

Re: [Neuroimaging] what's the problem??????

2022-07-13 Thread נתי שטרן
u can to anticipate the questions a hacker will ask, > >>> and answer them in advance in your request for help. > >>> > >>> Giving hackers the ability to reproduce the problem in a controlled > >>> environment is especially important if you are reporting something > >>

Re: [Neuroimaging] what's the problem??????

2022-07-13 Thread נתי שטרן
est for help. >>> >>> Giving hackers the ability to reproduce the problem in a controlled >>> environment is especially important if you are reporting something you >>> think is a bug in code. When you do this, your odds of getting a useful >>> answer and th

Re: what's the problem??????

2022-07-13 Thread נתי שטרן
I want to set dict בתאריך יום ד׳, 13 ביולי 2022, 20:47, מאת נתי שטרן ‏: > CODE: > > for nii in os.listdir("c:/users/administrator/desktop/nii"): > > from nilearn import plotting > from nilearn import datasets > atlas = datasets.fetch_atlas_msdl() >

calculate diff between dates

2022-07-12 Thread נתי שטרן
code: @app.route("/hosts/last_seen") def hst(): #F1=falconpy #rr=struct_time() #rr.tm_hour=23 #F= falconpy.APIHarness(client_id=client_id,client_secret=secret) #id_list = 'ID1,ID2,ID3' # Can also pass a list here: ['ID1', 'ID2', 'ID3'] #response =

NILEARN - WHY THIS CODE THROWS AN ERROR?????

2022-07-08 Thread נתי שטרן
fullcode: import nilearn.plotting as plot import os,gzip,io import nibabel as nib path="C:/users/administrator/desktop/nii" path2="C:/users/administrator/desktop/nii/out/" for i in os.listdir(path): if(".nii.gz" in i): pass else: if(".nii" in i): img =

Re: WHAT THE ERROR ON MY CODE???

2022-06-28 Thread נתי שטרן
Sorry but i forgor to delete this token data בתאריך יום שלישי, 28 ביוני 2022, מאת De ongekruisigde < ongekruisi...@news.eternal-september.org>: > On 2022-06-28, Chris Angelico wrote: > > ‪On Wed, 29 Jun 2022 at 01:37, ‫נתי שטרן‬‎ wrote:‬ > >> headers["Authorization"] = "Basic > >>

WHAT THE ERROR ON MY CODE???

2022-06-28 Thread נתי שטרן
import requests from requests.structures import CaseInsensitiveDict url = "https://api.crowdstrike.com/oauth2/token; headers = CaseInsensitiveDict() headers["Content-Type"] = "application/x-www-form-urlencoded" headers["Authorization"] = "Basic

why function throws an error?

2022-06-28 Thread נתי שטרן
def add_route(self, route): #""" Add a route object, but do not change the :data:`Route.app` #attribute.""" self.routes.append(route) self.router.add(route.rule, route.method, route, name=route.name ) #if DEBUG:

Re: [bottlepy/bottle] How to modify server adapters? (Issue #1385)

2022-06-27 Thread נתי שטרן
I sent this to mailing list בתאריך יום שני, 27 ביוני 2022, מאת Marcel Hellkamp : > Then ask specific questions. Also, this is an issue tracker, not a support > forum. Try the mailing-list. > > — > Reply to this email directly, view it on GitHub >

Bottle server adepter - how to modify ?

2022-06-27 Thread נתי שטרן
Tnx -- -- https://mail.python.org/mailman/listinfo/python-list

Re: [bottlepy/bottle] How to modify server adapters? (Issue #1385)

2022-06-27 Thread נתי שטרן
I looked on code but I still need help on this topic I also need help with wsgiref בתאריך יום שני, 27 ביוני 2022, מאת Marcel Hellkamp : > Bottle is just a single file and server adapters are often just a couple > of lines long. "Look at the code" is often the best advice. You so do not > need

Re: why this code giving recursion error????

2022-06-26 Thread נתי שטרן
I FIXED THE CODE ‫בתאריך יום א׳, 26 ביוני 2022 ב-13:57 מאת ‪dn‬‏ <‪ pythonl...@danceswithmice.info‬‏>:‬ > On 26/06/2022 22.48, נתי שטרן wrote: > > def compile(p, flags=0): > > # internal: convert pattern list to internal format > > >

Re: why this code giving recursion error????

2022-06-26 Thread נתי שטרן
) code.append(SUCCESS) return code ‫בתאריך יום א׳, 26 ביוני 2022 ב-13:48 מאת נתי שטרן <‪nsh...@gmail.com‬‏>:‬ > def compile(p, flags=0): > # internal: convert pattern list to internal format > > if (isinstance(p,str)): > patter

Re: why this code giving recursion error????

2022-06-26 Thread נתי שטרן
dation.Python.3.10_3.10.1520.0_x64__qbz5n2kfra8p0\lib\enum.py", line 987, in __and__ if not isinstance(other, (self.__class__, int)): ‫בתאריך יום א׳, 26 ביוני 2022 ב-13:48 מאת נתי שטרן <‪nsh...@gmail.com‬‏>:‬ > def compile(p, flags=0): > # internal: convert pa

why this code giving recursion error????

2022-06-26 Thread נתי שטרן
def compile(p, flags=0): # internal: convert pattern list to internal format if (isinstance(p,str)): pattern = p p = sre_parse.parse(p, flags) else: pattern = None code = _code(p, flags) if flags & SRE_FLAG_DEBUG:

Re: sre_constants MODIFIED CLASS - ERROR

2022-06-25 Thread נתי שטרן
correction: This is CPYTHON * and not * CYTHON https://github.com/python/cpython/blob/3.10/Lib/sre_constants.py ‫בתאריך שבת, 25 ביוני 2022 ב-3:27 מאת ‪Dennis Lee Bieber‬‏ <‪ wlfr...@ix.netcom.com‬‏>:‬ > On Fri, 24 Jun 2022 18:27:33 +0300, ??? declaimed > the following: > > >I copied most

Re: sre_constants MODIFIED CLASS - ERROR

2022-06-24 Thread נתי שטרן
I copied most of the libraries from cython בתאריך יום ו׳, 24 ביוני 2022, 17:18, מאת Roel Schroeven ‏< r...@roelschroeven.net>: > Op 24/06/2022 om 14:14 schreef נתי שטרן: > > My TARGET is to bind many code libraries to one Huge code file that > > works optimally and do op

Re: sre_constants MODIFIED CLASS - ERROR

2022-06-24 Thread נתי שטרן
Where found the license of those libraries? P. S. The copied and modified code used only for internal use בתאריך יום ו׳, 24 ביוני 2022, 15:28, מאת Chris Angelico ‏: > ‪On Fri, 24 Jun 2022 at 22:16, ‫נתי שטרן‬‎ wrote:‬ > > > > My TARGET is to bind many code libraries to one Huge code file

Re: argparse modify

2022-06-24 Thread נתי שטרן
> globals().update({item.name: item for item in items}) > return items > > # operators > OPCODES = _makecodes( > # failure=0 success=1 (just because it looks better that way :-) > 'FAILURE', 'SUCCESS', > > 'ANY', 'ANY_ALL', > 'AS

Re: sre_constants MODIFIED CLASS - ERROR

2022-06-24 Thread נתי שטרן
, 24 ביוני 2022, 14:37, מאת Roel Schroeven ‏< r...@roelschroeven.net>: > Op 24/06/2022 om 11:10 schreef נתי שטרן: > > OK. I lifted the full library to a HUGE python file that was saved on LAN > > in MY WORK > > Do I need to lift many other libraries to the file? > &

Re: sre_constants MODIFIED CLASS - ERROR

2022-06-24 Thread נתי שטרן
OK. I lifted the full library to a HUGE python file that was saved on LAN in MY WORK Do I need to lift many other libraries to the file? I glad to any answer -- https://mail.python.org/mailman/listinfo/python-list

Re: sre_constants MODIFIED CLASS - ERROR

2022-06-24 Thread נתי שטרן
I did the changes on local copy of this code ‫בתאריך יום ו׳, 24 ביוני 2022 ב-11:50 מאת ‪Chris Angelico‬‏ <‪ ros...@gmail.com‬‏>:‬ > ‪On Fri, 24 Jun 2022 at 18:43, ‫נתי שטרן‬‎ wrote:‬ > > > > class _NamedIntConstant(int): > > def __new__(cls, value, name): > > self =

sre_constants MODIFIED CLASS - ERROR

2022-06-24 Thread נתי שטרן
class _NamedIntConstant(int): def __new__(cls, value, name): self = super(_NamedIntConstant, cls).__new__(cls, value) self.name = name return self def __repr__(self): return self.name __reduce__ = None MAXREPEAT = _NamedIntConstant(32,name=str(32))

argparse modify

2022-06-24 Thread נתי שטרן
Can you help me for solve it בתאריך יום שישי, 24 ביוני 2022, מאת Dennis Lee Bieber : > On Thu, 23 Jun 2022 18:57:31 +0200, "Dieter Maurer" > declaimed the following: > > >??? wrote at 2022-6-23 15:31 +0300: > >>how to solve this (argparse) > > >>MAXREPEAT =

Fwd: argparse modify

2022-06-24 Thread נתי שטרן
הודעה שהועברה -- מאת: *Dieter Maurer* תאריך: יום שישי, 24 ביוני 2022 נושא: argparse modify אל: נתישטרן עותק: "python-list-requ...@python.org" , " python-list@python.org" נתי שטרן wrote at 2022-6-24 08:28 +0300: >I copied code from argpar

Re: argparse modify

2022-06-23 Thread נתי שטרן
I copied code from argparse library and modified it בתאריך יום חמישי, 23 ביוני 2022, מאת Dieter Maurer : > נתי שטרן wrote at 2022-6-23 15:31 +0300: > >how to solve this (argparse) > > > > > >traceback: > >Traceback (most recent call last): > > File "

argparse modify

2022-06-23 Thread נתי שטרן
how to solve this (argparse) traceback: Traceback (most recent call last): File "u:\oracle\RTR.py", line 10, in class sre_constants(): File "u:\oracle\RTR.py", line 77, in sre_constants MAXREPEAT = _NamedIntConstant(32,name=str(32)) TypeError: 'name' is an invalid keyword argument